Shades of Kelly Green #40B721
Tints of Kelly Green #40B721
RGB
CMYK
RGB Variations
Color information
#40B721 (or 0x40B721) is known color: Kelly Green. HEX triplet: 40, B7 and 21. RGB value is (64,183,33). Sum of RGB (Red+Green+Blue) = 64+183+33=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #40B721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B721 is #BF48DE. Grayscale: #828282. Windows color (decimal): -12536031 or 2209600. OLE color: 2209600.
HSL color Cylindrical-coordinate representation of color #40B721: hue angle of 107.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40B721 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 33 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.28 |
| HSL | 107.6º | 0.69% | 0.42% | - |
| HSV(B) | 107.6º | 0.82% | 0.72% | - |
| XYZ | 19.32 | 35.07 | 7.19 | - |
| YUV | 130.32 | 73.08 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 33 | 0.65 | 0 | 0.82 | 0.28 | 107.6 | 0.69 | 0.42 |
| Hex | 40 | B7 | 21 | 41 | 0 | 52 | 1C | 6C | 45 | 2A |
| Octal | 100 | 267 | 41 | 101 | 0 | 122 | 34 | 154 | 105 | 52 |
| Binary | 1000000 | 10110111 | 100001 | 1000001 | 0 | 1010010 | 11100 | 1101100 | 1000101 | 101010 |
Color Harmonies of #40B721
Complementary color
Monochromatic Colors of #40B721
Black with #40B721
Text Example
Text Example
White with #40B721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B721; }
p { color: rgb(64,183,33); }
H1.HeaderClassName
{
color: #40B721;
}
.AnyTagClassName
{
color: #40B721;
}
</style>
background-color css
<style>
a { background-color: #40B721; }
a { background-color: rgb(64,183,33); }
div.DivClassName
{
background-color: #40B721;
}
.BgClassName
{
background-color: #40B721;
}
</style>
border-color css
<style>
span { border-color: #40B721; }
span { border-color: rgb(64,183,33); }
td.TdClassName
{
border-color: #40B721;
}
.TagClassName
{
border-color: #40B721;
}
</style>