Shades of Kelly Green #47A001
Tints of Kelly Green #47A001
RGB
CMYK
RGB Variations
Color information
#47A001 (or 0x47A001) is known color: Kelly Green. HEX triplet: 47, A0 and 01. RGB value is (71,160,1). Sum of RGB (Red+Green+Blue) = 71+160+1=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #47A001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47A001 is #B85FFE. Grayscale: #737373. Windows color (decimal): -12083199 or 106567. OLE color: 106567.
HSL color Cylindrical-coordinate representation of color #47A001: hue angle of 93.58º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47A001 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 160 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.37 |
| HSL | 93.58º | 0.99% | 0.32% | - |
| HSV(B) | 93.58º | 0.99% | 0.63% | - |
| XYZ | 15.17 | 26.48 | 4.34 | - |
| YUV | 115.26 | 63.51 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 1 | 0.56 | 0 | 0.99 | 0.37 | 93.58 | 0.99 | 0.32 |
| Hex | 47 | A0 | 1 | 38 | 0 | 63 | 25 | 5E | 63 | 20 |
| Octal | 107 | 240 | 1 | 70 | 0 | 143 | 45 | 136 | 143 | 40 |
| Binary | 1000111 | 10100000 | 1 | 111000 | 0 | 1100011 | 100101 | 1011110 | 1100011 | 100000 |
Color Harmonies of #47A001
Complementary color
Monochromatic Colors of #47A001
Black with #47A001
Text Example
Text Example
White with #47A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A001; }
p { color: rgb(71,160,1); }
H1.HeaderClassName
{
color: #47A001;
}
.AnyTagClassName
{
color: #47A001;
}
</style>
background-color css
<style>
a { background-color: #47A001; }
a { background-color: rgb(71,160,1); }
div.DivClassName
{
background-color: #47A001;
}
.BgClassName
{
background-color: #47A001;
}
</style>
border-color css
<style>
span { border-color: #47A001; }
span { border-color: rgb(71,160,1); }
td.TdClassName
{
border-color: #47A001;
}
.TagClassName
{
border-color: #47A001;
}
</style>