Shades of Kelly Green #47BA14
Tints of Kelly Green #47BA14
RGB
CMYK
RGB Variations
Color information
#47BA14 (or 0x47BA14) is known color: Kelly Green. HEX triplet: 47, BA and 14. RGB value is (71,186,20). Sum of RGB (Red+Green+Blue) = 71+186+20=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47BA14 is #B845EB. Grayscale: #858585. Windows color (decimal): -12076524 or 1358407. OLE color: 1358407.
HSL color Cylindrical-coordinate representation of color #47BA14: hue angle of 101.57º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47BA14 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 20 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.27 |
| HSL | 101.57º | 0.81% | 0.4% | - |
| HSV(B) | 101.57º | 0.89% | 0.73% | - |
| XYZ | 20.28 | 36.51 | 6.64 | - |
| YUV | 132.69 | 64.4 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 20 | 0.62 | 0 | 0.89 | 0.27 | 101.57 | 0.81 | 0.4 |
| Hex | 47 | BA | 14 | 3E | 0 | 59 | 1B | 66 | 51 | 28 |
| Octal | 107 | 272 | 24 | 76 | 0 | 131 | 33 | 146 | 121 | 50 |
| Binary | 1000111 | 10111010 | 10100 | 111110 | 0 | 1011001 | 11011 | 1100110 | 1010001 | 101000 |
Color Harmonies of #47BA14
Complementary color
Monochromatic Colors of #47BA14
Black with #47BA14
Text Example
Text Example
White with #47BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA14; }
p { color: rgb(71,186,20); }
H1.HeaderClassName
{
color: #47BA14;
}
.AnyTagClassName
{
color: #47BA14;
}
</style>
background-color css
<style>
a { background-color: #47BA14; }
a { background-color: rgb(71,186,20); }
div.DivClassName
{
background-color: #47BA14;
}
.BgClassName
{
background-color: #47BA14;
}
</style>
border-color css
<style>
span { border-color: #47BA14; }
span { border-color: rgb(71,186,20); }
td.TdClassName
{
border-color: #47BA14;
}
.TagClassName
{
border-color: #47BA14;
}
</style>