Shades of Kelly Green #479B0A
Tints of Kelly Green #479B0A
RGB
CMYK
RGB Variations
Color information
#479B0A (or 0x479B0A) is known color: Kelly Green. HEX triplet: 47, 9B and 0A. RGB value is (71,155,10). Sum of RGB (Red+Green+Blue) = 71+155+10=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 155 (60.94% from 255 or 65.68% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 155 - color contains mainly: green. Hex color #479B0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479B0A is #B864F5. Grayscale: #717171. Windows color (decimal): -12084470 or 695111. OLE color: 695111.
HSL color Cylindrical-coordinate representation of color #479B0A: hue angle of 94.76º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #479B0A is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 155 | 10 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.39 |
| HSL | 94.76º | 0.88% | 0.32% | - |
| HSV(B) | 94.76º | 0.94% | 0.61% | - |
| XYZ | 14.37 | 24.8 | 4.32 | - |
| YUV | 113.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 10 | 0.54 | 0 | 0.94 | 0.39 | 94.76 | 0.88 | 0.32 |
| Hex | 47 | 9B | A | 36 | 0 | 5E | 27 | 5F | 58 | 20 |
| Octal | 107 | 233 | 12 | 66 | 0 | 136 | 47 | 137 | 130 | 40 |
| Binary | 1000111 | 10011011 | 1010 | 110110 | 0 | 1011110 | 100111 | 1011111 | 1011000 | 100000 |
Color Harmonies of #479B0A
Complementary color
Monochromatic Colors of #479B0A
Black with #479B0A
Text Example
Text Example
White with #479B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479B0A; }
p { color: rgb(71,155,10); }
H1.HeaderClassName
{
color: #479B0A;
}
.AnyTagClassName
{
color: #479B0A;
}
</style>
background-color css
<style>
a { background-color: #479B0A; }
a { background-color: rgb(71,155,10); }
div.DivClassName
{
background-color: #479B0A;
}
.BgClassName
{
background-color: #479B0A;
}
</style>
border-color css
<style>
span { border-color: #479B0A; }
span { border-color: rgb(71,155,10); }
td.TdClassName
{
border-color: #479B0A;
}
.TagClassName
{
border-color: #479B0A;
}
</style>