Shades of Kelly Green #4AAF32
Tints of Kelly Green #4AAF32
RGB
CMYK
RGB Variations
Color information
#4AAF32 (or 0x4AAF32) is known color: Kelly Green. HEX triplet: 4A, AF and 32. RGB value is (74,175,50). Sum of RGB (Red+Green+Blue) = 74+175+50=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF32 is #B550CD. Grayscale: #828282. Windows color (decimal): -11882702 or 3321674. OLE color: 3321674.
HSL color Cylindrical-coordinate representation of color #4AAF32: hue angle of 108.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AAF32 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 50 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.31 |
| HSL | 108.48º | 0.56% | 0.44% | - |
| HSV(B) | 108.48º | 0.71% | 0.69% | - |
| XYZ | 18.73 | 32.35 | 8.27 | - |
| YUV | 130.55 | 82.54 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 50 | 0.58 | 0 | 0.71 | 0.31 | 108.48 | 0.56 | 0.44 |
| Hex | 4A | AF | 32 | 3A | 0 | 47 | 1F | 6C | 38 | 2C |
| Octal | 112 | 257 | 62 | 72 | 0 | 107 | 37 | 154 | 70 | 54 |
| Binary | 1001010 | 10101111 | 110010 | 111010 | 0 | 1000111 | 11111 | 1101100 | 111000 | 101100 |
Color Harmonies of #4AAF32
Complementary color
Monochromatic Colors of #4AAF32
Black with #4AAF32
Text Example
Text Example
White with #4AAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF32; }
p { color: rgb(74,175,50); }
H1.HeaderClassName
{
color: #4AAF32;
}
.AnyTagClassName
{
color: #4AAF32;
}
</style>
background-color css
<style>
a { background-color: #4AAF32; }
a { background-color: rgb(74,175,50); }
div.DivClassName
{
background-color: #4AAF32;
}
.BgClassName
{
background-color: #4AAF32;
}
</style>
border-color css
<style>
span { border-color: #4AAF32; }
span { border-color: rgb(74,175,50); }
td.TdClassName
{
border-color: #4AAF32;
}
.TagClassName
{
border-color: #4AAF32;
}
</style>