Shades of Kelly Green #40AB2D
Tints of Kelly Green #40AB2D
RGB
CMYK
RGB Variations
Color information
#40AB2D (or 0x40AB2D) is known color: Kelly Green. HEX triplet: 40, AB and 2D. RGB value is (64,171,45). Sum of RGB (Red+Green+Blue) = 64+171+45=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB2D is #BF54D2. Grayscale: #7D7D7D. Windows color (decimal): -12539091 or 2992960. OLE color: 2992960.
HSL color Cylindrical-coordinate representation of color #40AB2D: hue angle of 110.95º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40AB2D is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 45 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.33 |
| HSL | 110.95º | 0.58% | 0.42% | - |
| HSV(B) | 110.95º | 0.74% | 0.67% | - |
| XYZ | 17.15 | 30.41 | 7.45 | - |
| YUV | 124.64 | 83.05 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 45 | 0.63 | 0 | 0.74 | 0.33 | 110.95 | 0.58 | 0.42 |
| Hex | 40 | AB | 2D | 3F | 0 | 4A | 21 | 6F | 3A | 2A |
| Octal | 100 | 253 | 55 | 77 | 0 | 112 | 41 | 157 | 72 | 52 |
| Binary | 1000000 | 10101011 | 101101 | 111111 | 0 | 1001010 | 100001 | 1101111 | 111010 | 101010 |
Color Harmonies of #40AB2D
Complementary color
Monochromatic Colors of #40AB2D
Black with #40AB2D
Text Example
Text Example
White with #40AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB2D; }
p { color: rgb(64,171,45); }
H1.HeaderClassName
{
color: #40AB2D;
}
.AnyTagClassName
{
color: #40AB2D;
}
</style>
background-color css
<style>
a { background-color: #40AB2D; }
a { background-color: rgb(64,171,45); }
div.DivClassName
{
background-color: #40AB2D;
}
.BgClassName
{
background-color: #40AB2D;
}
</style>
border-color css
<style>
span { border-color: #40AB2D; }
span { border-color: rgb(64,171,45); }
td.TdClassName
{
border-color: #40AB2D;
}
.TagClassName
{
border-color: #40AB2D;
}
</style>