Shades of Kelly Green #47BC2F
Tints of Kelly Green #47BC2F
RGB
CMYK
RGB Variations
Color information
#47BC2F (or 0x47BC2F) is known color: Kelly Green. HEX triplet: 47, BC and 2F. RGB value is (71,188,47). Sum of RGB (Red+Green+Blue) = 71+188+47=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BC2F is #B843D0. Grayscale: #898989. Windows color (decimal): -12075985 or 3128391. OLE color: 3128391.
HSL color Cylindrical-coordinate representation of color #47BC2F: hue angle of 109.79º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47BC2F is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 47 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.26 |
| HSL | 109.79º | 0.6% | 0.46% | - |
| HSV(B) | 109.79º | 0.75% | 0.74% | - |
| XYZ | 21.09 | 37.51 | 8.82 | - |
| YUV | 136.94 | 77.24 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 47 | 0.62 | 0 | 0.75 | 0.26 | 109.79 | 0.6 | 0.46 |
| Hex | 47 | BC | 2F | 3E | 0 | 4B | 1A | 6E | 3C | 2E |
| Octal | 107 | 274 | 57 | 76 | 0 | 113 | 32 | 156 | 74 | 56 |
| Binary | 1000111 | 10111100 | 101111 | 111110 | 0 | 1001011 | 11010 | 1101110 | 111100 | 101110 |
Color Harmonies of #47BC2F
Complementary color
Monochromatic Colors of #47BC2F
Black with #47BC2F
Text Example
Text Example
White with #47BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC2F; }
p { color: rgb(71,188,47); }
H1.HeaderClassName
{
color: #47BC2F;
}
.AnyTagClassName
{
color: #47BC2F;
}
</style>
background-color css
<style>
a { background-color: #47BC2F; }
a { background-color: rgb(71,188,47); }
div.DivClassName
{
background-color: #47BC2F;
}
.BgClassName
{
background-color: #47BC2F;
}
</style>
border-color css
<style>
span { border-color: #47BC2F; }
span { border-color: rgb(71,188,47); }
td.TdClassName
{
border-color: #47BC2F;
}
.TagClassName
{
border-color: #47BC2F;
}
</style>