Shades of Kelly Green #47CF07
Tints of Kelly Green #47CF07
RGB
CMYK
RGB Variations
Color information
#47CF07 (or 0x47CF07) is known color: Kelly Green. HEX triplet: 47, CF and 07. RGB value is (71,207,7). Sum of RGB (Red+Green+Blue) = 71+207+7=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47CF07 is #B830F8. Grayscale: #909090. Windows color (decimal): -12071161 or 511815. OLE color: 511815.
HSL color Cylindrical-coordinate representation of color #47CF07: hue angle of 100.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47CF07 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 7 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.19 |
| HSL | 100.8º | 0.93% | 0.42% | - |
| HSV(B) | 100.8º | 0.97% | 0.81% | - |
| XYZ | 24.95 | 45.98 | 7.76 | - |
| YUV | 143.54 | 50.94 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 7 | 0.66 | 0 | 0.97 | 0.19 | 100.8 | 0.93 | 0.42 |
| Hex | 47 | CF | 7 | 42 | 0 | 61 | 13 | 65 | 5D | 2A |
| Octal | 107 | 317 | 7 | 102 | 0 | 141 | 23 | 145 | 135 | 52 |
| Binary | 1000111 | 11001111 | 111 | 1000010 | 0 | 1100001 | 10011 | 1100101 | 1011101 | 101010 |
Color Harmonies of #47CF07
Complementary color
Monochromatic Colors of #47CF07
Black with #47CF07
Text Example
Text Example
White with #47CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF07; }
p { color: rgb(71,207,7); }
H1.HeaderClassName
{
color: #47CF07;
}
.AnyTagClassName
{
color: #47CF07;
}
</style>
background-color css
<style>
a { background-color: #47CF07; }
a { background-color: rgb(71,207,7); }
div.DivClassName
{
background-color: #47CF07;
}
.BgClassName
{
background-color: #47CF07;
}
</style>
border-color css
<style>
span { border-color: #47CF07; }
span { border-color: rgb(71,207,7); }
td.TdClassName
{
border-color: #47CF07;
}
.TagClassName
{
border-color: #47CF07;
}
</style>