Shades of Kelly Green #40AB19
Tints of Kelly Green #40AB19
RGB
CMYK
RGB Variations
Color information
#40AB19 (or 0x40AB19) is known color: Kelly Green. HEX triplet: 40, AB and 19. RGB value is (64,171,25). Sum of RGB (Red+Green+Blue) = 64+171+25=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 171 (67.19% from 255 or 65.77% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AB19 is #BF54E6. Grayscale: #7A7A7A. Windows color (decimal): -12539111 or 1682240. OLE color: 1682240.
HSL color Cylindrical-coordinate representation of color #40AB19: hue angle of 103.97º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40AB19 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 25 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.33 |
| HSL | 103.97º | 0.74% | 0.38% | - |
| HSV(B) | 103.97º | 0.85% | 0.67% | - |
| XYZ | 16.85 | 30.29 | 5.88 | - |
| YUV | 122.36 | 73.05 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 25 | 0.63 | 0 | 0.85 | 0.33 | 103.97 | 0.74 | 0.38 |
| Hex | 40 | AB | 19 | 3F | 0 | 55 | 21 | 68 | 4A | 26 |
| Octal | 100 | 253 | 31 | 77 | 0 | 125 | 41 | 150 | 112 | 46 |
| Binary | 1000000 | 10101011 | 11001 | 111111 | 0 | 1010101 | 100001 | 1101000 | 1001010 | 100110 |
Color Harmonies of #40AB19
Complementary color
Monochromatic Colors of #40AB19
Black with #40AB19
Text Example
Text Example
White with #40AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB19; }
p { color: rgb(64,171,25); }
H1.HeaderClassName
{
color: #40AB19;
}
.AnyTagClassName
{
color: #40AB19;
}
</style>
background-color css
<style>
a { background-color: #40AB19; }
a { background-color: rgb(64,171,25); }
div.DivClassName
{
background-color: #40AB19;
}
.BgClassName
{
background-color: #40AB19;
}
</style>
border-color css
<style>
span { border-color: #40AB19; }
span { border-color: rgb(64,171,25); }
td.TdClassName
{
border-color: #40AB19;
}
.TagClassName
{
border-color: #40AB19;
}
</style>