Shades of Kelly Green #47BC0E
Tints of Kelly Green #47BC0E
RGB
CMYK
RGB Variations
Color information
#47BC0E (or 0x47BC0E) is known color: Kelly Green. HEX triplet: 47, BC and 0E. RGB value is (71,188,14). Sum of RGB (Red+Green+Blue) = 71+188+14=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47BC0E is #B843F1. Grayscale: #858585. Windows color (decimal): -12076018 or 965703. OLE color: 965703.
HSL color Cylindrical-coordinate representation of color #47BC0E: hue angle of 100.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47BC0E is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 14 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.26 |
| HSL | 100.34º | 0.86% | 0.4% | - |
| HSV(B) | 100.34º | 0.93% | 0.74% | - |
| XYZ | 20.66 | 37.34 | 6.53 | - |
| YUV | 133.18 | 60.74 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 14 | 0.62 | 0 | 0.93 | 0.26 | 100.34 | 0.86 | 0.4 |
| Hex | 47 | BC | E | 3E | 0 | 5D | 1A | 64 | 56 | 28 |
| Octal | 107 | 274 | 16 | 76 | 0 | 135 | 32 | 144 | 126 | 50 |
| Binary | 1000111 | 10111100 | 1110 | 111110 | 0 | 1011101 | 11010 | 1100100 | 1010110 | 101000 |
Color Harmonies of #47BC0E
Complementary color
Monochromatic Colors of #47BC0E
Black with #47BC0E
Text Example
Text Example
White with #47BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC0E; }
p { color: rgb(71,188,14); }
H1.HeaderClassName
{
color: #47BC0E;
}
.AnyTagClassName
{
color: #47BC0E;
}
</style>
background-color css
<style>
a { background-color: #47BC0E; }
a { background-color: rgb(71,188,14); }
div.DivClassName
{
background-color: #47BC0E;
}
.BgClassName
{
background-color: #47BC0E;
}
</style>
border-color css
<style>
span { border-color: #47BC0E; }
span { border-color: rgb(71,188,14); }
td.TdClassName
{
border-color: #47BC0E;
}
.TagClassName
{
border-color: #47BC0E;
}
</style>