Shades of Kelly Green #479C0C
Tints of Kelly Green #479C0C
RGB
CMYK
RGB Variations
Color information
#479C0C (or 0x479C0C) is known color: Kelly Green. HEX triplet: 47, 9C and 0C. RGB value is (71,156,12). Sum of RGB (Red+Green+Blue) = 71+156+12=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 156 (61.33% from 255 or 65.27% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 156 - color contains mainly: green. Hex color #479C0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479C0C is #B863F3. Grayscale: #727272. Windows color (decimal): -12084212 or 826439. OLE color: 826439.
HSL color Cylindrical-coordinate representation of color #479C0C: hue angle of 95.42º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #479C0C is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 156 | 12 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.39 |
| HSL | 95.42º | 0.86% | 0.33% | - |
| HSV(B) | 95.42º | 0.92% | 0.61% | - |
| XYZ | 14.55 | 25.14 | 4.43 | - |
| YUV | 114.17 | 70.34 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 12 | 0.54 | 0 | 0.92 | 0.39 | 95.42 | 0.86 | 0.33 |
| Hex | 47 | 9C | C | 36 | 0 | 5C | 27 | 5F | 56 | 21 |
| Octal | 107 | 234 | 14 | 66 | 0 | 134 | 47 | 137 | 126 | 41 |
| Binary | 1000111 | 10011100 | 1100 | 110110 | 0 | 1011100 | 100111 | 1011111 | 1010110 | 100001 |
Color Harmonies of #479C0C
Complementary color
Monochromatic Colors of #479C0C
Black with #479C0C
Text Example
Text Example
White with #479C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479C0C; }
p { color: rgb(71,156,12); }
H1.HeaderClassName
{
color: #479C0C;
}
.AnyTagClassName
{
color: #479C0C;
}
</style>
background-color css
<style>
a { background-color: #479C0C; }
a { background-color: rgb(71,156,12); }
div.DivClassName
{
background-color: #479C0C;
}
.BgClassName
{
background-color: #479C0C;
}
</style>
border-color css
<style>
span { border-color: #479C0C; }
span { border-color: rgb(71,156,12); }
td.TdClassName
{
border-color: #479C0C;
}
.TagClassName
{
border-color: #479C0C;
}
</style>