Shades of Kelly Green #47BC16
Tints of Kelly Green #47BC16
RGB
CMYK
RGB Variations
Color information
#47BC16 (or 0x47BC16) is known color: Kelly Green. HEX triplet: 47, BC and 16. RGB value is (71,188,22). Sum of RGB (Red+Green+Blue) = 71+188+22=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47BC16 is #B843E9. Grayscale: #868686. Windows color (decimal): -12076010 or 1489991. OLE color: 1489991.
HSL color Cylindrical-coordinate representation of color #47BC16: hue angle of 102.29º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47BC16 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 22 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.26 |
| HSL | 102.29º | 0.79% | 0.41% | - |
| HSV(B) | 102.29º | 0.88% | 0.74% | - |
| XYZ | 20.73 | 37.36 | 6.88 | - |
| YUV | 134.09 | 64.74 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 22 | 0.62 | 0 | 0.88 | 0.26 | 102.29 | 0.79 | 0.41 |
| Hex | 47 | BC | 16 | 3E | 0 | 58 | 1A | 66 | 4F | 29 |
| Octal | 107 | 274 | 26 | 76 | 0 | 130 | 32 | 146 | 117 | 51 |
| Binary | 1000111 | 10111100 | 10110 | 111110 | 0 | 1011000 | 11010 | 1100110 | 1001111 | 101001 |
Color Harmonies of #47BC16
Complementary color
Monochromatic Colors of #47BC16
Black with #47BC16
Text Example
Text Example
White with #47BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC16; }
p { color: rgb(71,188,22); }
H1.HeaderClassName
{
color: #47BC16;
}
.AnyTagClassName
{
color: #47BC16;
}
</style>
background-color css
<style>
a { background-color: #47BC16; }
a { background-color: rgb(71,188,22); }
div.DivClassName
{
background-color: #47BC16;
}
.BgClassName
{
background-color: #47BC16;
}
</style>
border-color css
<style>
span { border-color: #47BC16; }
span { border-color: rgb(71,188,22); }
td.TdClassName
{
border-color: #47BC16;
}
.TagClassName
{
border-color: #47BC16;
}
</style>