Shades of Kelly Green #47B40A
Tints of Kelly Green #47B40A
RGB
CMYK
RGB Variations
Color information
#47B40A (or 0x47B40A) is known color: Kelly Green. HEX triplet: 47, B4 and 0A. RGB value is (71,180,10). Sum of RGB (Red+Green+Blue) = 71+180+10=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 180 (70.70% from 255 or 68.97% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 180 - color contains mainly: green. Hex color #47B40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47B40A is #B84BF5. Grayscale: #808080. Windows color (decimal): -12078070 or 701511. OLE color: 701511.
HSL color Cylindrical-coordinate representation of color #47B40A: hue angle of 98.47º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47B40A is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 180 | 10 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.29 |
| HSL | 98.47º | 0.89% | 0.37% | - |
| HSV(B) | 98.47º | 0.94% | 0.71% | - |
| XYZ | 18.97 | 34 | 5.85 | - |
| YUV | 128.03 | 61.39 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 180 | 10 | 0.61 | 0 | 0.94 | 0.29 | 98.47 | 0.89 | 0.37 |
| Hex | 47 | B4 | A | 3D | 0 | 5E | 1D | 62 | 59 | 25 |
| Octal | 107 | 264 | 12 | 75 | 0 | 136 | 35 | 142 | 131 | 45 |
| Binary | 1000111 | 10110100 | 1010 | 111101 | 0 | 1011110 | 11101 | 1100010 | 1011001 | 100101 |
Color Harmonies of #47B40A
Complementary color
Monochromatic Colors of #47B40A
Black with #47B40A
Text Example
Text Example
White with #47B40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B40A; }
p { color: rgb(71,180,10); }
H1.HeaderClassName
{
color: #47B40A;
}
.AnyTagClassName
{
color: #47B40A;
}
</style>
background-color css
<style>
a { background-color: #47B40A; }
a { background-color: rgb(71,180,10); }
div.DivClassName
{
background-color: #47B40A;
}
.BgClassName
{
background-color: #47B40A;
}
</style>
border-color css
<style>
span { border-color: #47B40A; }
span { border-color: rgb(71,180,10); }
td.TdClassName
{
border-color: #47B40A;
}
.TagClassName
{
border-color: #47B40A;
}
</style>