#4AF14F

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

Shades of Screamin' Green #4AF14F

Tints of Screamin' Green #4AF14F

Color information

#4AF14F (or 0x4AF14F) is unknown color: approx Screamin' Green. HEX triplet: 4A, F1 and 4F. RGB value is (74,241,79). Sum of RGB (Red+Green+Blue) = 74+241+79=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF14F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF14F is #B50EB0. Grayscale: #ADADAD. Windows color (decimal): -11865777 or 5239114. OLE color: 5239114.

HSL color Cylindrical-coordinate representation of color #4AF14F: hue angle of 121.8º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF14F is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB7424179-
CMYK0.6900.670.05
HSL121.8º85.64%61.76%-
HSV(B)121.8º69.29%94.51%-
XYZ35.6964.9318.05-
YUV172.675.1757.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.78%
GREEN value IS 241 (94.53% from 255) = 61.17%
BLUE value IS 79 (31.25% from 255) = 20.05%
R=18.78%
G=61.17%
B=20.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74241790.6900.670.05121.885.6461.76
Hex4AF14F4504357a563e
Octal1123611171050103517212676
Binary100101011110001100111110001010100001110111110101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,241,79); }

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

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

 a { background-color: rgb(74,241,79); }

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

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

 span { border-color: rgb(74,241,79); }

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