Shades of Kelly Green #47BA13
Tints of Kelly Green #47BA13
RGB
CMYK
RGB Variations
Color information
#47BA13 (or 0x47BA13) is known color: Kelly Green. HEX triplet: 47, BA and 13. RGB value is (71,186,19). Sum of RGB (Red+Green+Blue) = 71+186+19=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47BA13 is #B845EC. Grayscale: #858585. Windows color (decimal): -12076525 or 1292871. OLE color: 1292871.
HSL color Cylindrical-coordinate representation of color #47BA13: hue angle of 101.32º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47BA13 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 19 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.27 |
| HSL | 101.32º | 0.81% | 0.4% | - |
| HSV(B) | 101.32º | 0.9% | 0.73% | - |
| XYZ | 20.27 | 36.5 | 6.59 | - |
| YUV | 132.58 | 63.9 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 19 | 0.62 | 0 | 0.90 | 0.27 | 101.32 | 0.81 | 0.4 |
| Hex | 47 | BA | 13 | 3E | 0 | 5A | 1B | 65 | 51 | 28 |
| Octal | 107 | 272 | 23 | 76 | 0 | 132 | 33 | 145 | 121 | 50 |
| Binary | 1000111 | 10111010 | 10011 | 111110 | 0 | 1011010 | 11011 | 1100101 | 1010001 | 101000 |
Color Harmonies of #47BA13
Complementary color
Monochromatic Colors of #47BA13
Black with #47BA13
Text Example
Text Example
White with #47BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA13; }
p { color: rgb(71,186,19); }
H1.HeaderClassName
{
color: #47BA13;
}
.AnyTagClassName
{
color: #47BA13;
}
</style>
background-color css
<style>
a { background-color: #47BA13; }
a { background-color: rgb(71,186,19); }
div.DivClassName
{
background-color: #47BA13;
}
.BgClassName
{
background-color: #47BA13;
}
</style>
border-color css
<style>
span { border-color: #47BA13; }
span { border-color: rgb(71,186,19); }
td.TdClassName
{
border-color: #47BA13;
}
.TagClassName
{
border-color: #47BA13;
}
</style>