Shades of Kelly Green #47AF12
Tints of Kelly Green #47AF12
RGB
CMYK
RGB Variations
Color information
#47AF12 (or 0x47AF12) is known color: Kelly Green. HEX triplet: 47, AF and 12. RGB value is (71,175,18). Sum of RGB (Red+Green+Blue) = 71+175+18=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47AF12 is #B850ED. Grayscale: #7E7E7E. Windows color (decimal): -12079342 or 1224519. OLE color: 1224519.
HSL color Cylindrical-coordinate representation of color #47AF12: hue angle of 99.75º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47AF12 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 175 | 18 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.31 |
| HSL | 99.75º | 0.81% | 0.38% | - |
| HSV(B) | 99.75º | 0.9% | 0.69% | - |
| XYZ | 18.04 | 32.04 | 5.81 | - |
| YUV | 126.01 | 67.04 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 18 | 0.59 | 0 | 0.90 | 0.31 | 99.75 | 0.81 | 0.38 |
| Hex | 47 | AF | 12 | 3B | 0 | 5A | 1F | 64 | 51 | 26 |
| Octal | 107 | 257 | 22 | 73 | 0 | 132 | 37 | 144 | 121 | 46 |
| Binary | 1000111 | 10101111 | 10010 | 111011 | 0 | 1011010 | 11111 | 1100100 | 1010001 | 100110 |
Color Harmonies of #47AF12
Complementary color
Monochromatic Colors of #47AF12
Black with #47AF12
Text Example
Text Example
White with #47AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AF12; }
p { color: rgb(71,175,18); }
H1.HeaderClassName
{
color: #47AF12;
}
.AnyTagClassName
{
color: #47AF12;
}
</style>
background-color css
<style>
a { background-color: #47AF12; }
a { background-color: rgb(71,175,18); }
div.DivClassName
{
background-color: #47AF12;
}
.BgClassName
{
background-color: #47AF12;
}
</style>
border-color css
<style>
span { border-color: #47AF12; }
span { border-color: rgb(71,175,18); }
td.TdClassName
{
border-color: #47AF12;
}
.TagClassName
{
border-color: #47AF12;
}
</style>