Shades of Kelly Green #47B320
Tints of Kelly Green #47B320
RGB
CMYK
RGB Variations
Color information
#47B320 (or 0x47B320) is known color: Kelly Green. HEX triplet: 47, B3 and 20. RGB value is (71,179,32). Sum of RGB (Red+Green+Blue) = 71+179+32=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #47B320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47B320 is #B84CDF. Grayscale: #828282. Windows color (decimal): -12078304 or 2143047. OLE color: 2143047.
HSL color Cylindrical-coordinate representation of color #47B320: hue angle of 104.08º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47B320 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 179 | 32 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.30 |
| HSL | 104.08º | 0.7% | 0.41% | - |
| HSV(B) | 104.08º | 0.82% | 0.7% | - |
| XYZ | 18.98 | 33.68 | 6.87 | - |
| YUV | 129.95 | 72.72 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 179 | 32 | 0.60 | 0 | 0.82 | 0.30 | 104.08 | 0.7 | 0.41 |
| Hex | 47 | B3 | 20 | 3C | 0 | 52 | 1E | 68 | 46 | 29 |
| Octal | 107 | 263 | 40 | 74 | 0 | 122 | 36 | 150 | 106 | 51 |
| Binary | 1000111 | 10110011 | 100000 | 111100 | 0 | 1010010 | 11110 | 1101000 | 1000110 | 101001 |
Color Harmonies of #47B320
Complementary color
Monochromatic Colors of #47B320
Black with #47B320
Text Example
Text Example
White with #47B320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B320; }
p { color: rgb(71,179,32); }
H1.HeaderClassName
{
color: #47B320;
}
.AnyTagClassName
{
color: #47B320;
}
</style>
background-color css
<style>
a { background-color: #47B320; }
a { background-color: rgb(71,179,32); }
div.DivClassName
{
background-color: #47B320;
}
.BgClassName
{
background-color: #47B320;
}
</style>
border-color css
<style>
span { border-color: #47B320; }
span { border-color: rgb(71,179,32); }
td.TdClassName
{
border-color: #47B320;
}
.TagClassName
{
border-color: #47B320;
}
</style>