Shades of Kelly Green #47BA0B
Tints of Kelly Green #47BA0B
RGB
CMYK
RGB Variations
Color information
#47BA0B (or 0x47BA0B) is known color: Kelly Green. HEX triplet: 47, BA and 0B. RGB value is (71,186,11). Sum of RGB (Red+Green+Blue) = 71+186+11=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47BA0B is #B845F4. Grayscale: #848484. Windows color (decimal): -12076533 or 768583. OLE color: 768583.
HSL color Cylindrical-coordinate representation of color #47BA0B: hue angle of 99.43º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47BA0B is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 11 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.27 |
| HSL | 99.43º | 0.89% | 0.39% | - |
| HSV(B) | 99.43º | 0.94% | 0.73% | - |
| XYZ | 20.22 | 36.48 | 6.29 | - |
| YUV | 131.67 | 59.9 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 11 | 0.62 | 0 | 0.94 | 0.27 | 99.43 | 0.89 | 0.39 |
| Hex | 47 | BA | B | 3E | 0 | 5E | 1B | 63 | 59 | 27 |
| Octal | 107 | 272 | 13 | 76 | 0 | 136 | 33 | 143 | 131 | 47 |
| Binary | 1000111 | 10111010 | 1011 | 111110 | 0 | 1011110 | 11011 | 1100011 | 1011001 | 100111 |
Color Harmonies of #47BA0B
Complementary color
Monochromatic Colors of #47BA0B
Black with #47BA0B
Text Example
Text Example
White with #47BA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA0B; }
p { color: rgb(71,186,11); }
H1.HeaderClassName
{
color: #47BA0B;
}
.AnyTagClassName
{
color: #47BA0B;
}
</style>
background-color css
<style>
a { background-color: #47BA0B; }
a { background-color: rgb(71,186,11); }
div.DivClassName
{
background-color: #47BA0B;
}
.BgClassName
{
background-color: #47BA0B;
}
</style>
border-color css
<style>
span { border-color: #47BA0B; }
span { border-color: rgb(71,186,11); }
td.TdClassName
{
border-color: #47BA0B;
}
.TagClassName
{
border-color: #47BA0B;
}
</style>