Shades of Kelly Green #47D70C
Tints of Kelly Green #47D70C
RGB
CMYK
RGB Variations
Color information
#47D70C (or 0x47D70C) is known color: Kelly Green. HEX triplet: 47, D7 and 0C. RGB value is (71,215,12). Sum of RGB (Red+Green+Blue) = 71+215+12=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 215 (84.38% from 255 or 72.15% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 215 - color contains mainly: green. Hex color #47D70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47D70C is #B828F3. Grayscale: #959595. Windows color (decimal): -12069108 or 841543. OLE color: 841543.
HSL color Cylindrical-coordinate representation of color #47D70C: hue angle of 102.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47D70C is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 215 | 12 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.16 |
| HSL | 102.56º | 0.89% | 0.45% | - |
| HSV(B) | 102.56º | 0.94% | 0.84% | - |
| XYZ | 26.97 | 49.97 | 8.57 | - |
| YUV | 148.8 | 50.79 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 215 | 12 | 0.67 | 0 | 0.94 | 0.16 | 102.56 | 0.89 | 0.45 |
| Hex | 47 | D7 | C | 43 | 0 | 5E | 10 | 67 | 59 | 2D |
| Octal | 107 | 327 | 14 | 103 | 0 | 136 | 20 | 147 | 131 | 55 |
| Binary | 1000111 | 11010111 | 1100 | 1000011 | 0 | 1011110 | 10000 | 1100111 | 1011001 | 101101 |
Color Harmonies of #47D70C
Complementary color
Monochromatic Colors of #47D70C
Black with #47D70C
Text Example
Text Example
White with #47D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D70C; }
p { color: rgb(71,215,12); }
H1.HeaderClassName
{
color: #47D70C;
}
.AnyTagClassName
{
color: #47D70C;
}
</style>
background-color css
<style>
a { background-color: #47D70C; }
a { background-color: rgb(71,215,12); }
div.DivClassName
{
background-color: #47D70C;
}
.BgClassName
{
background-color: #47D70C;
}
</style>
border-color css
<style>
span { border-color: #47D70C; }
span { border-color: rgb(71,215,12); }
td.TdClassName
{
border-color: #47D70C;
}
.TagClassName
{
border-color: #47D70C;
}
</style>