Shades of Kelly Green #47B40C
Tints of Kelly Green #47B40C
RGB
CMYK
RGB Variations
Color information
#47B40C (or 0x47B40C) is known color: Kelly Green. HEX triplet: 47, B4 and 0C. RGB value is (71,180,12). Sum of RGB (Red+Green+Blue) = 71+180+12=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 180 (70.70% from 255 or 68.44% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 180 - color contains mainly: green. Hex color #47B40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47B40C is #B84BF3. Grayscale: #808080. Windows color (decimal): -12078068 or 832583. OLE color: 832583.
HSL color Cylindrical-coordinate representation of color #47B40C: hue angle of 98.93º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47B40C is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 180 | 12 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.29 |
| HSL | 98.93º | 0.88% | 0.38% | - |
| HSV(B) | 98.93º | 0.93% | 0.71% | - |
| XYZ | 18.99 | 34.01 | 5.91 | - |
| YUV | 128.26 | 62.39 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 180 | 12 | 0.61 | 0 | 0.93 | 0.29 | 98.93 | 0.88 | 0.38 |
| Hex | 47 | B4 | C | 3D | 0 | 5D | 1D | 63 | 58 | 26 |
| Octal | 107 | 264 | 14 | 75 | 0 | 135 | 35 | 143 | 130 | 46 |
| Binary | 1000111 | 10110100 | 1100 | 111101 | 0 | 1011101 | 11101 | 1100011 | 1011000 | 100110 |
Color Harmonies of #47B40C
Complementary color
Monochromatic Colors of #47B40C
Black with #47B40C
Text Example
Text Example
White with #47B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B40C; }
p { color: rgb(71,180,12); }
H1.HeaderClassName
{
color: #47B40C;
}
.AnyTagClassName
{
color: #47B40C;
}
</style>
background-color css
<style>
a { background-color: #47B40C; }
a { background-color: rgb(71,180,12); }
div.DivClassName
{
background-color: #47B40C;
}
.BgClassName
{
background-color: #47B40C;
}
</style>
border-color css
<style>
span { border-color: #47B40C; }
span { border-color: rgb(71,180,12); }
td.TdClassName
{
border-color: #47B40C;
}
.TagClassName
{
border-color: #47B40C;
}
</style>