Shades of Kelly Green #47D007
Tints of Kelly Green #47D007
RGB
CMYK
RGB Variations
Color information
#47D007 (or 0x47D007) is known color: Kelly Green. HEX triplet: 47, D0 and 07. RGB value is (71,208,7). Sum of RGB (Red+Green+Blue) = 71+208+7=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 208 (81.64% from 255 or 72.73% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 208 - color contains mainly: green. Hex color #47D007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47D007 is #B82FF8. Grayscale: #909090. Windows color (decimal): -12070905 or 512071. OLE color: 512071.
HSL color Cylindrical-coordinate representation of color #47D007: hue angle of 100.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47D007 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 208 | 7 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.18 |
| HSL | 100.9º | 0.93% | 0.42% | - |
| HSV(B) | 100.9º | 0.97% | 0.82% | - |
| XYZ | 25.19 | 46.47 | 7.84 | - |
| YUV | 144.12 | 50.61 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 208 | 7 | 0.66 | 0 | 0.97 | 0.18 | 100.9 | 0.93 | 0.42 |
| Hex | 47 | D0 | 7 | 42 | 0 | 61 | 12 | 65 | 5D | 2A |
| Octal | 107 | 320 | 7 | 102 | 0 | 141 | 22 | 145 | 135 | 52 |
| Binary | 1000111 | 11010000 | 111 | 1000010 | 0 | 1100001 | 10010 | 1100101 | 1011101 | 101010 |
Color Harmonies of #47D007
Complementary color
Monochromatic Colors of #47D007
Black with #47D007
Text Example
Text Example
White with #47D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D007; }
p { color: rgb(71,208,7); }
H1.HeaderClassName
{
color: #47D007;
}
.AnyTagClassName
{
color: #47D007;
}
</style>
background-color css
<style>
a { background-color: #47D007; }
a { background-color: rgb(71,208,7); }
div.DivClassName
{
background-color: #47D007;
}
.BgClassName
{
background-color: #47D007;
}
</style>
border-color css
<style>
span { border-color: #47D007; }
span { border-color: rgb(71,208,7); }
td.TdClassName
{
border-color: #47D007;
}
.TagClassName
{
border-color: #47D007;
}
</style>