Shades of Kelly Green #40AB25
Tints of Kelly Green #40AB25
RGB
CMYK
RGB Variations
Color information
#40AB25 (or 0x40AB25) is known color: Kelly Green. HEX triplet: 40, AB and 25. RGB value is (64,171,37). Sum of RGB (Red+Green+Blue) = 64+171+37=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 171 (67.19% from 255 or 62.87% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB25 is #BF54DA. Grayscale: #7C7C7C. Windows color (decimal): -12539099 or 2468672. OLE color: 2468672.
HSL color Cylindrical-coordinate representation of color #40AB25: hue angle of 107.91º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40AB25 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 37 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.33 |
| HSL | 107.91º | 0.64% | 0.41% | - |
| HSV(B) | 107.91º | 0.78% | 0.67% | - |
| XYZ | 17.01 | 30.35 | 6.71 | - |
| YUV | 123.73 | 79.05 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 37 | 0.63 | 0 | 0.78 | 0.33 | 107.91 | 0.64 | 0.41 |
| Hex | 40 | AB | 25 | 3F | 0 | 4E | 21 | 6C | 40 | 29 |
| Octal | 100 | 253 | 45 | 77 | 0 | 116 | 41 | 154 | 100 | 51 |
| Binary | 1000000 | 10101011 | 100101 | 111111 | 0 | 1001110 | 100001 | 1101100 | 1000000 | 101001 |
Color Harmonies of #40AB25
Complementary color
Monochromatic Colors of #40AB25
Black with #40AB25
Text Example
Text Example
White with #40AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB25; }
p { color: rgb(64,171,37); }
H1.HeaderClassName
{
color: #40AB25;
}
.AnyTagClassName
{
color: #40AB25;
}
</style>
background-color css
<style>
a { background-color: #40AB25; }
a { background-color: rgb(64,171,37); }
div.DivClassName
{
background-color: #40AB25;
}
.BgClassName
{
background-color: #40AB25;
}
</style>
border-color css
<style>
span { border-color: #40AB25; }
span { border-color: rgb(64,171,37); }
td.TdClassName
{
border-color: #40AB25;
}
.TagClassName
{
border-color: #40AB25;
}
</style>