Shades of Kelly Green #47BC0D
Tints of Kelly Green #47BC0D
RGB
CMYK
RGB Variations
Color information
#47BC0D (or 0x47BC0D) is known color: Kelly Green. HEX triplet: 47, BC and 0D. RGB value is (71,188,13). Sum of RGB (Red+Green+Blue) = 71+188+13=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47BC0D is #B843F2. Grayscale: #858585. Windows color (decimal): -12076019 or 900167. OLE color: 900167.
HSL color Cylindrical-coordinate representation of color #47BC0D: hue angle of 100.11º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47BC0D is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 13 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.26 |
| HSL | 100.11º | 0.87% | 0.39% | - |
| HSV(B) | 100.11º | 0.93% | 0.74% | - |
| XYZ | 20.65 | 37.34 | 6.5 | - |
| YUV | 133.07 | 60.24 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 13 | 0.62 | 0 | 0.93 | 0.26 | 100.11 | 0.87 | 0.39 |
| Hex | 47 | BC | D | 3E | 0 | 5D | 1A | 64 | 57 | 27 |
| Octal | 107 | 274 | 15 | 76 | 0 | 135 | 32 | 144 | 127 | 47 |
| Binary | 1000111 | 10111100 | 1101 | 111110 | 0 | 1011101 | 11010 | 1100100 | 1010111 | 100111 |
Color Harmonies of #47BC0D
Complementary color
Monochromatic Colors of #47BC0D
Black with #47BC0D
Text Example
Text Example
White with #47BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC0D; }
p { color: rgb(71,188,13); }
H1.HeaderClassName
{
color: #47BC0D;
}
.AnyTagClassName
{
color: #47BC0D;
}
</style>
background-color css
<style>
a { background-color: #47BC0D; }
a { background-color: rgb(71,188,13); }
div.DivClassName
{
background-color: #47BC0D;
}
.BgClassName
{
background-color: #47BC0D;
}
</style>
border-color css
<style>
span { border-color: #47BC0D; }
span { border-color: rgb(71,188,13); }
td.TdClassName
{
border-color: #47BC0D;
}
.TagClassName
{
border-color: #47BC0D;
}
</style>