Shades of Kelly Green #47C80B
Tints of Kelly Green #47C80B
RGB
CMYK
RGB Variations
Color information
#47C80B (or 0x47C80B) is known color: Kelly Green. HEX triplet: 47, C8 and 0B. RGB value is (71,200,11). Sum of RGB (Red+Green+Blue) = 71+200+11=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 200 (78.52% from 255 or 70.92% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 200 - color contains mainly: green. Hex color #47C80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47C80B is #B837F4. Grayscale: #8C8C8C. Windows color (decimal): -12072949 or 772167. OLE color: 772167.
HSL color Cylindrical-coordinate representation of color #47C80B: hue angle of 100.95º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47C80B is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 200 | 11 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.22 |
| HSL | 100.95º | 0.9% | 0.41% | - |
| HSV(B) | 100.95º | 0.95% | 0.78% | - |
| XYZ | 23.31 | 42.67 | 7.32 | - |
| YUV | 139.88 | 55.26 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 200 | 11 | 0.64 | 0 | 0.94 | 0.22 | 100.95 | 0.9 | 0.41 |
| Hex | 47 | C8 | B | 40 | 0 | 5E | 16 | 65 | 5A | 29 |
| Octal | 107 | 310 | 13 | 100 | 0 | 136 | 26 | 145 | 132 | 51 |
| Binary | 1000111 | 11001000 | 1011 | 1000000 | 0 | 1011110 | 10110 | 1100101 | 1011010 | 101001 |
Color Harmonies of #47C80B
Complementary color
Monochromatic Colors of #47C80B
Black with #47C80B
Text Example
Text Example
White with #47C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C80B; }
p { color: rgb(71,200,11); }
H1.HeaderClassName
{
color: #47C80B;
}
.AnyTagClassName
{
color: #47C80B;
}
</style>
background-color css
<style>
a { background-color: #47C80B; }
a { background-color: rgb(71,200,11); }
div.DivClassName
{
background-color: #47C80B;
}
.BgClassName
{
background-color: #47C80B;
}
</style>
border-color css
<style>
span { border-color: #47C80B; }
span { border-color: rgb(71,200,11); }
td.TdClassName
{
border-color: #47C80B;
}
.TagClassName
{
border-color: #47C80B;
}
</style>