#4EAF08

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

Shades of Kelly Green #4EAF08

Tints of Kelly Green #4EAF08

Color information

#4EAF08 (or 0x4EAF08) is unknown color: approx Kelly Green. HEX triplet: 4E, AF and 08. RGB value is (78,175,8). Sum of RGB (Red+Green+Blue) = 78+175+8=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 175 (68.75% from 255 or 67.05% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4EAF08 is #B150F7. Grayscale: #7F7F7F. Windows color (decimal): -11620600 or 569166. OLE color: 569166.

HSL color Cylindrical-coordinate representation of color #4EAF08: hue angle of 94.85º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4EAF08 is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB781758-
CMYK0.5500.950.31
HSL94.85º91.26%35.88%-
HSV(B)94.85º95.43%68.63%-
XYZ18.5232.35.49-
YUV126.9660.8693.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.89%
GREEN value IS 175 (68.75% from 255) = 67.05%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=29.89%
G=67.05%
B=3.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7817580.5500.950.3194.8591.2635.88
Hex4EAF83705F1F5f5b24
Octal116257106701373713713344
Binary1001110101011111000110111010111111111110111111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,175,8); }

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

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

 a { background-color: rgb(78,175,8); }

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

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

 span { border-color: rgb(78,175,8); }

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