Shades of Kelly Green #40AF04
Tints of Kelly Green #40AF04
RGB
CMYK
RGB Variations
Color information
#40AF04 (or 0x40AF04) is known color: Kelly Green. HEX triplet: 40, AF and 04. RGB value is (64,175,4). Sum of RGB (Red+Green+Blue) = 64+175+4=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AF04 is #BF50FB. Grayscale: #7A7A7A. Windows color (decimal): -12538108 or 307008. OLE color: 307008.
HSL color Cylindrical-coordinate representation of color #40AF04: hue angle of 98.95º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40AF04 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 4 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.31 |
| HSL | 98.95º | 0.96% | 0.35% | - |
| HSV(B) | 98.95º | 0.98% | 0.69% | - |
| XYZ | 17.47 | 31.76 | 5.32 | - |
| YUV | 122.32 | 61.23 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 4 | 0.63 | 0 | 0.98 | 0.31 | 98.95 | 0.96 | 0.35 |
| Hex | 40 | AF | 4 | 3F | 0 | 62 | 1F | 63 | 60 | 23 |
| Octal | 100 | 257 | 4 | 77 | 0 | 142 | 37 | 143 | 140 | 43 |
| Binary | 1000000 | 10101111 | 100 | 111111 | 0 | 1100010 | 11111 | 1100011 | 1100000 | 100011 |
Color Harmonies of #40AF04
Complementary color
Monochromatic Colors of #40AF04
Black with #40AF04
Text Example
Text Example
White with #40AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF04; }
p { color: rgb(64,175,4); }
H1.HeaderClassName
{
color: #40AF04;
}
.AnyTagClassName
{
color: #40AF04;
}
</style>
background-color css
<style>
a { background-color: #40AF04; }
a { background-color: rgb(64,175,4); }
div.DivClassName
{
background-color: #40AF04;
}
.BgClassName
{
background-color: #40AF04;
}
</style>
border-color css
<style>
span { border-color: #40AF04; }
span { border-color: rgb(64,175,4); }
td.TdClassName
{
border-color: #40AF04;
}
.TagClassName
{
border-color: #40AF04;
}
</style>