Shades of Kelly Green #40AE2B
Tints of Kelly Green #40AE2B
RGB
CMYK
RGB Variations
Color information
#40AE2B (or 0x40AE2B) is known color: Kelly Green. HEX triplet: 40, AE and 2B. RGB value is (64,174,43). Sum of RGB (Red+Green+Blue) = 64+174+43=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 174 (68.36% from 255 or 61.92% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AE2B is #BF51D4. Grayscale: #7E7E7E. Windows color (decimal): -12538325 or 2862656. OLE color: 2862656.
HSL color Cylindrical-coordinate representation of color #40AE2B: hue angle of 110.38º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40AE2B is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 43 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.32 |
| HSL | 110.38º | 0.6% | 0.43% | - |
| HSV(B) | 110.38º | 0.75% | 0.68% | - |
| XYZ | 17.69 | 31.54 | 7.44 | - |
| YUV | 126.18 | 81.06 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 43 | 0.63 | 0 | 0.75 | 0.32 | 110.38 | 0.6 | 0.43 |
| Hex | 40 | AE | 2B | 3F | 0 | 4B | 20 | 6E | 3C | 2B |
| Octal | 100 | 256 | 53 | 77 | 0 | 113 | 40 | 156 | 74 | 53 |
| Binary | 1000000 | 10101110 | 101011 | 111111 | 0 | 1001011 | 100000 | 1101110 | 111100 | 101011 |
Color Harmonies of #40AE2B
Complementary color
Monochromatic Colors of #40AE2B
Black with #40AE2B
Text Example
Text Example
White with #40AE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE2B; }
p { color: rgb(64,174,43); }
H1.HeaderClassName
{
color: #40AE2B;
}
.AnyTagClassName
{
color: #40AE2B;
}
</style>
background-color css
<style>
a { background-color: #40AE2B; }
a { background-color: rgb(64,174,43); }
div.DivClassName
{
background-color: #40AE2B;
}
.BgClassName
{
background-color: #40AE2B;
}
</style>
border-color css
<style>
span { border-color: #40AE2B; }
span { border-color: rgb(64,174,43); }
td.TdClassName
{
border-color: #40AE2B;
}
.TagClassName
{
border-color: #40AE2B;
}
</style>