Shades of Kelly Green #47BC12
Tints of Kelly Green #47BC12
RGB
CMYK
RGB Variations
Color information
#47BC12 (or 0x47BC12) is known color: Kelly Green. HEX triplet: 47, BC and 12. RGB value is (71,188,18). Sum of RGB (Red+Green+Blue) = 71+188+18=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47BC12 is #B843ED. Grayscale: #868686. Windows color (decimal): -12076014 or 1227847. OLE color: 1227847.
HSL color Cylindrical-coordinate representation of color #47BC12: hue angle of 101.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47BC12 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 18 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.26 |
| HSL | 101.29º | 0.83% | 0.4% | - |
| HSV(B) | 101.29º | 0.9% | 0.74% | - |
| XYZ | 20.69 | 37.35 | 6.69 | - |
| YUV | 133.64 | 62.74 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 18 | 0.62 | 0 | 0.90 | 0.26 | 101.29 | 0.83 | 0.4 |
| Hex | 47 | BC | 12 | 3E | 0 | 5A | 1A | 65 | 53 | 28 |
| Octal | 107 | 274 | 22 | 76 | 0 | 132 | 32 | 145 | 123 | 50 |
| Binary | 1000111 | 10111100 | 10010 | 111110 | 0 | 1011010 | 11010 | 1100101 | 1010011 | 101000 |
Color Harmonies of #47BC12
Complementary color
Monochromatic Colors of #47BC12
Black with #47BC12
Text Example
Text Example
White with #47BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC12; }
p { color: rgb(71,188,18); }
H1.HeaderClassName
{
color: #47BC12;
}
.AnyTagClassName
{
color: #47BC12;
}
</style>
background-color css
<style>
a { background-color: #47BC12; }
a { background-color: rgb(71,188,18); }
div.DivClassName
{
background-color: #47BC12;
}
.BgClassName
{
background-color: #47BC12;
}
</style>
border-color css
<style>
span { border-color: #47BC12; }
span { border-color: rgb(71,188,18); }
td.TdClassName
{
border-color: #47BC12;
}
.TagClassName
{
border-color: #47BC12;
}
</style>