Shades of Kelly Green #4AAF07
Tints of Kelly Green #4AAF07
RGB
CMYK
RGB Variations
Color information
#4AAF07 (or 0x4AAF07) is known color: Kelly Green. HEX triplet: 4A, AF and 07. RGB value is (74,175,7). Sum of RGB (Red+Green+Blue) = 74+175+7=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAF07 is #B550F8. Grayscale: #7E7E7E. Windows color (decimal): -11882745 or 503626. OLE color: 503626.
HSL color Cylindrical-coordinate representation of color #4AAF07: hue angle of 96.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AAF07 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 7 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.31 |
| HSL | 96.07º | 0.92% | 0.36% | - |
| HSV(B) | 96.07º | 0.96% | 0.69% | - |
| XYZ | 18.19 | 32.13 | 5.44 | - |
| YUV | 125.65 | 61.04 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 7 | 0.58 | 0 | 0.96 | 0.31 | 96.07 | 0.92 | 0.36 |
| Hex | 4A | AF | 7 | 3A | 0 | 60 | 1F | 60 | 5C | 24 |
| Octal | 112 | 257 | 7 | 72 | 0 | 140 | 37 | 140 | 134 | 44 |
| Binary | 1001010 | 10101111 | 111 | 111010 | 0 | 1100000 | 11111 | 1100000 | 1011100 | 100100 |
Color Harmonies of #4AAF07
Complementary color
Monochromatic Colors of #4AAF07
Black with #4AAF07
Text Example
Text Example
White with #4AAF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF07; }
p { color: rgb(74,175,7); }
H1.HeaderClassName
{
color: #4AAF07;
}
.AnyTagClassName
{
color: #4AAF07;
}
</style>
background-color css
<style>
a { background-color: #4AAF07; }
a { background-color: rgb(74,175,7); }
div.DivClassName
{
background-color: #4AAF07;
}
.BgClassName
{
background-color: #4AAF07;
}
</style>
border-color css
<style>
span { border-color: #4AAF07; }
span { border-color: rgb(74,175,7); }
td.TdClassName
{
border-color: #4AAF07;
}
.TagClassName
{
border-color: #4AAF07;
}
</style>