Shades of Kelly Green #47BD2F
Tints of Kelly Green #47BD2F
RGB
CMYK
RGB Variations
Color information
#47BD2F (or 0x47BD2F) is known color: Kelly Green. HEX triplet: 47, BD and 2F. RGB value is (71,189,47). Sum of RGB (Red+Green+Blue) = 71+189+47=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BD2F is #B842D0. Grayscale: #898989. Windows color (decimal): -12075729 or 3128647. OLE color: 3128647.
HSL color Cylindrical-coordinate representation of color #47BD2F: hue angle of 109.86º 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 #47BD2F is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 47 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.26 |
| HSL | 109.86º | 0.6% | 0.46% | - |
| HSV(B) | 109.86º | 0.75% | 0.74% | - |
| XYZ | 21.31 | 37.94 | 8.89 | - |
| YUV | 137.53 | 76.91 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 47 | 0.62 | 0 | 0.75 | 0.26 | 109.86 | 0.6 | 0.46 |
| Hex | 47 | BD | 2F | 3E | 0 | 4B | 1A | 6E | 3C | 2E |
| Octal | 107 | 275 | 57 | 76 | 0 | 113 | 32 | 156 | 74 | 56 |
| Binary | 1000111 | 10111101 | 101111 | 111110 | 0 | 1001011 | 11010 | 1101110 | 111100 | 101110 |
Color Harmonies of #47BD2F
Complementary color
Monochromatic Colors of #47BD2F
Black with #47BD2F
Text Example
Text Example
White with #47BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD2F; }
p { color: rgb(71,189,47); }
H1.HeaderClassName
{
color: #47BD2F;
}
.AnyTagClassName
{
color: #47BD2F;
}
</style>
background-color css
<style>
a { background-color: #47BD2F; }
a { background-color: rgb(71,189,47); }
div.DivClassName
{
background-color: #47BD2F;
}
.BgClassName
{
background-color: #47BD2F;
}
</style>
border-color css
<style>
span { border-color: #47BD2F; }
span { border-color: rgb(71,189,47); }
td.TdClassName
{
border-color: #47BD2F;
}
.TagClassName
{
border-color: #47BD2F;
}
</style>