Shades of Kelly Green #47C020
Tints of Kelly Green #47C020
RGB
CMYK
RGB Variations
Color information
#47C020 (or 0x47C020) is known color: Kelly Green. HEX triplet: 47, C0 and 20. RGB value is (71,192,32). Sum of RGB (Red+Green+Blue) = 71+192+32=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #47C020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C020 is #B83FDF. Grayscale: #8A8A8A. Windows color (decimal): -12074976 or 2146375. OLE color: 2146375.
HSL color Cylindrical-coordinate representation of color #47C020: hue angle of 105.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47C020 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 32 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.25 |
| HSL | 105.38º | 0.71% | 0.44% | - |
| HSV(B) | 105.38º | 0.83% | 0.75% | - |
| XYZ | 21.71 | 39.14 | 7.78 | - |
| YUV | 137.58 | 68.41 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 32 | 0.63 | 0 | 0.83 | 0.25 | 105.38 | 0.71 | 0.44 |
| Hex | 47 | C0 | 20 | 3F | 0 | 53 | 19 | 69 | 47 | 2C |
| Octal | 107 | 300 | 40 | 77 | 0 | 123 | 31 | 151 | 107 | 54 |
| Binary | 1000111 | 11000000 | 100000 | 111111 | 0 | 1010011 | 11001 | 1101001 | 1000111 | 101100 |
Color Harmonies of #47C020
Complementary color
Monochromatic Colors of #47C020
Black with #47C020
Text Example
Text Example
White with #47C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C020; }
p { color: rgb(71,192,32); }
H1.HeaderClassName
{
color: #47C020;
}
.AnyTagClassName
{
color: #47C020;
}
</style>
background-color css
<style>
a { background-color: #47C020; }
a { background-color: rgb(71,192,32); }
div.DivClassName
{
background-color: #47C020;
}
.BgClassName
{
background-color: #47C020;
}
</style>
border-color css
<style>
span { border-color: #47C020; }
span { border-color: rgb(71,192,32); }
td.TdClassName
{
border-color: #47C020;
}
.TagClassName
{
border-color: #47C020;
}
</style>