#4AFD6A

Color #4AFD6A Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #4AFD6A

Tints of Screamin' Green #4AFD6A

Color information

#4AFD6A (or 0x4AFD6A) is unknown color: approx Screamin' Green. HEX triplet: 4A, FD and 6A. RGB value is (74,253,106). Sum of RGB (Red+Green+Blue) = 74+253+106=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 253 (99.22% from 255 or 58.43% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFD6A is #B50295. Grayscale: #B7B7B7. Windows color (decimal): -11862678 or 7011658. OLE color: 7011658.

HSL color Cylindrical-coordinate representation of color #4AFD6A: hue angle of 130.73º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFD6A is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB74253106-
CMYK0.7100.580.01
HSL130.73º97.81%64.12%-
HSV(B)130.73º70.75%99.22%-
XYZ40.5572.7525.54-
YUV182.7284.750.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 17.09%
GREEN value IS 253 (99.22% from 255) = 58.43%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=17.09%
G=58.43%
B=24.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal742531060.7100.580.01130.7397.8164.12
Hex4AFD6A4703A1836240
Octal1123751521070721203142100
Binary10010101111110111010101000111011101011000001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AFD6A; }

 p { color: rgb(74,253,106); }

 H1.HeaderClassName
 {
   color: #4AFD6A;
 }
 .AnyTagClassName
 {
   color: #4AFD6A;
 }
</style>
background-color css

<style>
 a { background-color: #4AFD6A; }

 a { background-color: rgb(74,253,106); }

 div.DivClassName
 {
   background-color: #4AFD6A;
 }
 .BgClassName
 {
   background-color: #4AFD6A;
 }
</style>
border-color css

<style>
 span { border-color: #4AFD6A; }

 span { border-color: rgb(74,253,106); }

 td.TdClassName
 {
   border-color: #4AFD6A;
 }
 .TagClassName
 {
   border-color: #4AFD6A;
 }
</style>