Shades of Kelly Green #47BC07
Tints of Kelly Green #47BC07
RGB
CMYK
RGB Variations
Color information
#47BC07 (or 0x47BC07) is known color: Kelly Green. HEX triplet: 47, BC and 07. RGB value is (71,188,7). Sum of RGB (Red+Green+Blue) = 71+188+7=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47BC07 is #B843F8. Grayscale: #848484. Windows color (decimal): -12076025 or 506951. OLE color: 506951.
HSL color Cylindrical-coordinate representation of color #47BC07: hue angle of 98.78º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47BC07 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 7 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.26 |
| HSL | 98.78º | 0.93% | 0.38% | - |
| HSV(B) | 98.78º | 0.96% | 0.74% | - |
| XYZ | 20.62 | 37.32 | 6.32 | - |
| YUV | 132.38 | 57.24 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 7 | 0.62 | 0 | 0.96 | 0.26 | 98.78 | 0.93 | 0.38 |
| Hex | 47 | BC | 7 | 3E | 0 | 60 | 1A | 63 | 5D | 26 |
| Octal | 107 | 274 | 7 | 76 | 0 | 140 | 32 | 143 | 135 | 46 |
| Binary | 1000111 | 10111100 | 111 | 111110 | 0 | 1100000 | 11010 | 1100011 | 1011101 | 100110 |
Color Harmonies of #47BC07
Complementary color
Monochromatic Colors of #47BC07
Black with #47BC07
Text Example
Text Example
White with #47BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC07; }
p { color: rgb(71,188,7); }
H1.HeaderClassName
{
color: #47BC07;
}
.AnyTagClassName
{
color: #47BC07;
}
</style>
background-color css
<style>
a { background-color: #47BC07; }
a { background-color: rgb(71,188,7); }
div.DivClassName
{
background-color: #47BC07;
}
.BgClassName
{
background-color: #47BC07;
}
</style>
border-color css
<style>
span { border-color: #47BC07; }
span { border-color: rgb(71,188,7); }
td.TdClassName
{
border-color: #47BC07;
}
.TagClassName
{
border-color: #47BC07;
}
</style>