Shades of Kelly Green #40D215
Tints of Kelly Green #40D215
RGB
CMYK
RGB Variations
Color information
#40D215 (or 0x40D215) is known color: Kelly Green. HEX triplet: 40, D2 and 15. RGB value is (64,210,21). Sum of RGB (Red+Green+Blue) = 64+210+21=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 210 (82.42% from 255 or 71.19% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 210 - color contains mainly: green. Hex color #40D215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D215 is #BF2DEA. Grayscale: #919191. Windows color (decimal): -12529131 or 1430080. OLE color: 1430080.
HSL color Cylindrical-coordinate representation of color #40D215: hue angle of 106.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40D215 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 21 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.18 |
| HSL | 106.35º | 0.82% | 0.45% | - |
| HSV(B) | 106.35º | 0.9% | 0.82% | - |
| XYZ | 25.3 | 47.24 | 8.49 | - |
| YUV | 144.8 | 58.13 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 21 | 0.70 | 0 | 0.90 | 0.18 | 106.35 | 0.82 | 0.45 |
| Hex | 40 | D2 | 15 | 46 | 0 | 5A | 12 | 6A | 52 | 2D |
| Octal | 100 | 322 | 25 | 106 | 0 | 132 | 22 | 152 | 122 | 55 |
| Binary | 1000000 | 11010010 | 10101 | 1000110 | 0 | 1011010 | 10010 | 1101010 | 1010010 | 101101 |
Color Harmonies of #40D215
Complementary color
Monochromatic Colors of #40D215
Black with #40D215
Text Example
Text Example
White with #40D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D215; }
p { color: rgb(64,210,21); }
H1.HeaderClassName
{
color: #40D215;
}
.AnyTagClassName
{
color: #40D215;
}
</style>
background-color css
<style>
a { background-color: #40D215; }
a { background-color: rgb(64,210,21); }
div.DivClassName
{
background-color: #40D215;
}
.BgClassName
{
background-color: #40D215;
}
</style>
border-color css
<style>
span { border-color: #40D215; }
span { border-color: rgb(64,210,21); }
td.TdClassName
{
border-color: #40D215;
}
.TagClassName
{
border-color: #40D215;
}
</style>