Shades of Kelly Green #479E16
Tints of Kelly Green #479E16
RGB
CMYK
RGB Variations
Color information
#479E16 (or 0x479E16) is known color: Kelly Green. HEX triplet: 47, 9E and 16. RGB value is (71,158,22). Sum of RGB (Red+Green+Blue) = 71+158+22=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 158 (62.11% from 255 or 62.95% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 158 - color contains mainly: green. Hex color #479E16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479E16 is #B861E9. Grayscale: #747474. Windows color (decimal): -12083690 or 1482311. OLE color: 1482311.
HSL color Cylindrical-coordinate representation of color #479E16: hue angle of 98.38º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #479E16 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 158 | 22 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.38 |
| HSL | 98.38º | 0.76% | 0.35% | - |
| HSV(B) | 98.38º | 0.86% | 0.62% | - |
| XYZ | 14.97 | 25.85 | 4.96 | - |
| YUV | 116.48 | 74.68 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 158 | 22 | 0.55 | 0 | 0.86 | 0.38 | 98.38 | 0.76 | 0.35 |
| Hex | 47 | 9E | 16 | 37 | 0 | 56 | 26 | 62 | 4C | 23 |
| Octal | 107 | 236 | 26 | 67 | 0 | 126 | 46 | 142 | 114 | 43 |
| Binary | 1000111 | 10011110 | 10110 | 110111 | 0 | 1010110 | 100110 | 1100010 | 1001100 | 100011 |
Color Harmonies of #479E16
Complementary color
Monochromatic Colors of #479E16
Black with #479E16
Text Example
Text Example
White with #479E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479E16; }
p { color: rgb(71,158,22); }
H1.HeaderClassName
{
color: #479E16;
}
.AnyTagClassName
{
color: #479E16;
}
</style>
background-color css
<style>
a { background-color: #479E16; }
a { background-color: rgb(71,158,22); }
div.DivClassName
{
background-color: #479E16;
}
.BgClassName
{
background-color: #479E16;
}
</style>
border-color css
<style>
span { border-color: #479E16; }
span { border-color: rgb(71,158,22); }
td.TdClassName
{
border-color: #479E16;
}
.TagClassName
{
border-color: #479E16;
}
</style>