Shades of Kelly Green #47AF02
Tints of Kelly Green #47AF02
RGB
CMYK
RGB Variations
Color information
#47AF02 (or 0x47AF02) is known color: Kelly Green. HEX triplet: 47, AF and 02. RGB value is (71,175,2). Sum of RGB (Red+Green+Blue) = 71+175+2=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47AF02 is #B850FD. Grayscale: #7C7C7C. Windows color (decimal): -12079358 or 175943. OLE color: 175943.
HSL color Cylindrical-coordinate representation of color #47AF02: hue angle of 96.07º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47AF02 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 175 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.31 |
| HSL | 96.07º | 0.98% | 0.35% | - |
| HSV(B) | 96.07º | 0.99% | 0.69% | - |
| XYZ | 17.94 | 32 | 5.29 | - |
| YUV | 124.18 | 59.04 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 2 | 0.59 | 0 | 0.99 | 0.31 | 96.07 | 0.98 | 0.35 |
| Hex | 47 | AF | 2 | 3B | 0 | 63 | 1F | 60 | 62 | 23 |
| Octal | 107 | 257 | 2 | 73 | 0 | 143 | 37 | 140 | 142 | 43 |
| Binary | 1000111 | 10101111 | 10 | 111011 | 0 | 1100011 | 11111 | 1100000 | 1100010 | 100011 |
Color Harmonies of #47AF02
Complementary color
Monochromatic Colors of #47AF02
Black with #47AF02
Text Example
Text Example
White with #47AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AF02; }
p { color: rgb(71,175,2); }
H1.HeaderClassName
{
color: #47AF02;
}
.AnyTagClassName
{
color: #47AF02;
}
</style>
background-color css
<style>
a { background-color: #47AF02; }
a { background-color: rgb(71,175,2); }
div.DivClassName
{
background-color: #47AF02;
}
.BgClassName
{
background-color: #47AF02;
}
</style>
border-color css
<style>
span { border-color: #47AF02; }
span { border-color: rgb(71,175,2); }
td.TdClassName
{
border-color: #47AF02;
}
.TagClassName
{
border-color: #47AF02;
}
</style>