Shades of Kelly Green #47AD03
Tints of Kelly Green #47AD03
RGB
CMYK
RGB Variations
Color information
#47AD03 (or 0x47AD03) is known color: Kelly Green. HEX triplet: 47, AD and 03. RGB value is (71,173,3). Sum of RGB (Red+Green+Blue) = 71+173+3=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 173 (67.97% from 255 or 70.04% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47AD03 is #B852FC. Grayscale: #7B7B7B. Windows color (decimal): -12079869 or 240967. OLE color: 240967.
HSL color Cylindrical-coordinate representation of color #47AD03: hue angle of 96º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #47AD03 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 173 | 3 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.32 |
| HSL | 96º | 0.97% | 0.35% | - |
| HSV(B) | 96º | 0.98% | 0.68% | - |
| XYZ | 17.56 | 31.23 | 5.19 | - |
| YUV | 123.12 | 60.21 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 3 | 0.59 | 0 | 0.98 | 0.32 | 96 | 0.97 | 0.35 |
| Hex | 47 | AD | 3 | 3B | 0 | 62 | 20 | 60 | 61 | 23 |
| Octal | 107 | 255 | 3 | 73 | 0 | 142 | 40 | 140 | 141 | 43 |
| Binary | 1000111 | 10101101 | 11 | 111011 | 0 | 1100010 | 100000 | 1100000 | 1100001 | 100011 |
Color Harmonies of #47AD03
Complementary color
Monochromatic Colors of #47AD03
Black with #47AD03
Text Example
Text Example
White with #47AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AD03; }
p { color: rgb(71,173,3); }
H1.HeaderClassName
{
color: #47AD03;
}
.AnyTagClassName
{
color: #47AD03;
}
</style>
background-color css
<style>
a { background-color: #47AD03; }
a { background-color: rgb(71,173,3); }
div.DivClassName
{
background-color: #47AD03;
}
.BgClassName
{
background-color: #47AD03;
}
</style>
border-color css
<style>
span { border-color: #47AD03; }
span { border-color: rgb(71,173,3); }
td.TdClassName
{
border-color: #47AD03;
}
.TagClassName
{
border-color: #47AD03;
}
</style>