Shades of Kelly Green #479D08
Tints of Kelly Green #479D08
RGB
CMYK
RGB Variations
Color information
#479D08 (or 0x479D08) is known color: Kelly Green. HEX triplet: 47, 9D and 08. RGB value is (71,157,8). Sum of RGB (Red+Green+Blue) = 71+157+8=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 157 (61.72% from 255 or 66.53% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 157 - color contains mainly: green. Hex color #479D08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479D08 is #B862F7. Grayscale: #727272. Windows color (decimal): -12083960 or 564551. OLE color: 564551.
HSL color Cylindrical-coordinate representation of color #479D08: hue angle of 94.63º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #479D08 is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 8 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.38 |
| HSL | 94.63º | 0.9% | 0.32% | - |
| HSV(B) | 94.63º | 0.95% | 0.62% | - |
| XYZ | 14.7 | 25.47 | 4.37 | - |
| YUV | 114.3 | 68.01 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 8 | 0.55 | 0 | 0.95 | 0.38 | 94.63 | 0.9 | 0.32 |
| Hex | 47 | 9D | 8 | 37 | 0 | 5F | 26 | 5F | 5A | 20 |
| Octal | 107 | 235 | 10 | 67 | 0 | 137 | 46 | 137 | 132 | 40 |
| Binary | 1000111 | 10011101 | 1000 | 110111 | 0 | 1011111 | 100110 | 1011111 | 1011010 | 100000 |
Color Harmonies of #479D08
Complementary color
Monochromatic Colors of #479D08
Black with #479D08
Text Example
Text Example
White with #479D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D08; }
p { color: rgb(71,157,8); }
H1.HeaderClassName
{
color: #479D08;
}
.AnyTagClassName
{
color: #479D08;
}
</style>
background-color css
<style>
a { background-color: #479D08; }
a { background-color: rgb(71,157,8); }
div.DivClassName
{
background-color: #479D08;
}
.BgClassName
{
background-color: #479D08;
}
</style>
border-color css
<style>
span { border-color: #479D08; }
span { border-color: rgb(71,157,8); }
td.TdClassName
{
border-color: #479D08;
}
.TagClassName
{
border-color: #479D08;
}
</style>