Shades of Kelly Green #47BA2F
Tints of Kelly Green #47BA2F
RGB
CMYK
RGB Variations
Color information
#47BA2F (or 0x47BA2F) is known color: Kelly Green. HEX triplet: 47, BA and 2F. RGB value is (71,186,47). Sum of RGB (Red+Green+Blue) = 71+186+47=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BA2F is #B845D0. Grayscale: #888888. Windows color (decimal): -12076497 or 3127879. OLE color: 3127879.
HSL color Cylindrical-coordinate representation of color #47BA2F: hue angle of 109.64º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47BA2F is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 47 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.27 |
| HSL | 109.64º | 0.6% | 0.46% | - |
| HSV(B) | 109.64º | 0.75% | 0.73% | - |
| XYZ | 20.67 | 36.66 | 8.68 | - |
| YUV | 135.77 | 77.9 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 47 | 0.62 | 0 | 0.75 | 0.27 | 109.64 | 0.6 | 0.46 |
| Hex | 47 | BA | 2F | 3E | 0 | 4B | 1B | 6E | 3C | 2E |
| Octal | 107 | 272 | 57 | 76 | 0 | 113 | 33 | 156 | 74 | 56 |
| Binary | 1000111 | 10111010 | 101111 | 111110 | 0 | 1001011 | 11011 | 1101110 | 111100 | 101110 |
Color Harmonies of #47BA2F
Complementary color
Monochromatic Colors of #47BA2F
Black with #47BA2F
Text Example
Text Example
White with #47BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA2F; }
p { color: rgb(71,186,47); }
H1.HeaderClassName
{
color: #47BA2F;
}
.AnyTagClassName
{
color: #47BA2F;
}
</style>
background-color css
<style>
a { background-color: #47BA2F; }
a { background-color: rgb(71,186,47); }
div.DivClassName
{
background-color: #47BA2F;
}
.BgClassName
{
background-color: #47BA2F;
}
</style>
border-color css
<style>
span { border-color: #47BA2F; }
span { border-color: rgb(71,186,47); }
td.TdClassName
{
border-color: #47BA2F;
}
.TagClassName
{
border-color: #47BA2F;
}
</style>