Shades of Kelly Green #47A017
Tints of Kelly Green #47A017
RGB
CMYK
RGB Variations
Color information
#47A017 (or 0x47A017) is known color: Kelly Green. HEX triplet: 47, A0 and 17. RGB value is (71,160,23). Sum of RGB (Red+Green+Blue) = 71+160+23=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #47A017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47A017 is #B85FE8. Grayscale: #767676. Windows color (decimal): -12083177 or 1548359. OLE color: 1548359.
HSL color Cylindrical-coordinate representation of color #47A017: hue angle of 98.98º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47A017 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 160 | 23 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.37 |
| HSL | 98.98º | 0.75% | 0.36% | - |
| HSV(B) | 98.98º | 0.86% | 0.63% | - |
| XYZ | 15.32 | 26.54 | 5.13 | - |
| YUV | 117.77 | 74.51 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 23 | 0.56 | 0 | 0.86 | 0.37 | 98.98 | 0.75 | 0.36 |
| Hex | 47 | A0 | 17 | 38 | 0 | 56 | 25 | 63 | 4B | 24 |
| Octal | 107 | 240 | 27 | 70 | 0 | 126 | 45 | 143 | 113 | 44 |
| Binary | 1000111 | 10100000 | 10111 | 111000 | 0 | 1010110 | 100101 | 1100011 | 1001011 | 100100 |
Color Harmonies of #47A017
Complementary color
Monochromatic Colors of #47A017
Black with #47A017
Text Example
Text Example
White with #47A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A017; }
p { color: rgb(71,160,23); }
H1.HeaderClassName
{
color: #47A017;
}
.AnyTagClassName
{
color: #47A017;
}
</style>
background-color css
<style>
a { background-color: #47A017; }
a { background-color: rgb(71,160,23); }
div.DivClassName
{
background-color: #47A017;
}
.BgClassName
{
background-color: #47A017;
}
</style>
border-color css
<style>
span { border-color: #47A017; }
span { border-color: rgb(71,160,23); }
td.TdClassName
{
border-color: #47A017;
}
.TagClassName
{
border-color: #47A017;
}
</style>