Shades of Kelly Green #40C218
Tints of Kelly Green #40C218
RGB
CMYK
RGB Variations
Color information
#40C218 (or 0x40C218) is known color: Kelly Green. HEX triplet: 40, C2 and 18. RGB value is (64,194,24). Sum of RGB (Red+Green+Blue) = 64+194+24=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #40C218 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C218 is #BF3DE7. Grayscale: #888888. Windows color (decimal): -12533224 or 1622592. OLE color: 1622592.
HSL color Cylindrical-coordinate representation of color #40C218: hue angle of 105.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40C218 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 24 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.24 |
| HSL | 105.88º | 0.78% | 0.43% | - |
| HSV(B) | 105.88º | 0.88% | 0.76% | - |
| XYZ | 21.57 | 39.74 | 7.4 | - |
| YUV | 135.75 | 64.93 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 24 | 0.67 | 0 | 0.88 | 0.24 | 105.88 | 0.78 | 0.43 |
| Hex | 40 | C2 | 18 | 43 | 0 | 58 | 18 | 6A | 4E | 2B |
| Octal | 100 | 302 | 30 | 103 | 0 | 130 | 30 | 152 | 116 | 53 |
| Binary | 1000000 | 11000010 | 11000 | 1000011 | 0 | 1011000 | 11000 | 1101010 | 1001110 | 101011 |
Color Harmonies of #40C218
Complementary color
Monochromatic Colors of #40C218
Black with #40C218
Text Example
Text Example
White with #40C218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C218; }
p { color: rgb(64,194,24); }
H1.HeaderClassName
{
color: #40C218;
}
.AnyTagClassName
{
color: #40C218;
}
</style>
background-color css
<style>
a { background-color: #40C218; }
a { background-color: rgb(64,194,24); }
div.DivClassName
{
background-color: #40C218;
}
.BgClassName
{
background-color: #40C218;
}
</style>
border-color css
<style>
span { border-color: #40C218; }
span { border-color: rgb(64,194,24); }
td.TdClassName
{
border-color: #40C218;
}
.TagClassName
{
border-color: #40C218;
}
</style>