Shades of Kelly Green #40C411
Tints of Kelly Green #40C411
RGB
CMYK
RGB Variations
Color information
#40C411 (or 0x40C411) is known color: Kelly Green. HEX triplet: 40, C4 and 11. RGB value is (64,196,17). Sum of RGB (Red+Green+Blue) = 64+196+17=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 196 (76.95% from 255 or 70.76% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 196 - color contains mainly: green. Hex color #40C411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C411 is #BF3BEE. Grayscale: #888888. Windows color (decimal): -12532719 or 1164352. OLE color: 1164352.
HSL color Cylindrical-coordinate representation of color #40C411: hue angle of 104.25º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40C411 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 17 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.23 |
| HSL | 104.25º | 0.84% | 0.42% | - |
| HSV(B) | 104.25º | 0.91% | 0.77% | - |
| XYZ | 21.96 | 40.61 | 7.21 | - |
| YUV | 136.13 | 60.77 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 17 | 0.67 | 0 | 0.91 | 0.23 | 104.25 | 0.84 | 0.42 |
| Hex | 40 | C4 | 11 | 43 | 0 | 5B | 17 | 68 | 54 | 2A |
| Octal | 100 | 304 | 21 | 103 | 0 | 133 | 27 | 150 | 124 | 52 |
| Binary | 1000000 | 11000100 | 10001 | 1000011 | 0 | 1011011 | 10111 | 1101000 | 1010100 | 101010 |
Color Harmonies of #40C411
Complementary color
Monochromatic Colors of #40C411
Black with #40C411
Text Example
Text Example
White with #40C411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C411; }
p { color: rgb(64,196,17); }
H1.HeaderClassName
{
color: #40C411;
}
.AnyTagClassName
{
color: #40C411;
}
</style>
background-color css
<style>
a { background-color: #40C411; }
a { background-color: rgb(64,196,17); }
div.DivClassName
{
background-color: #40C411;
}
.BgClassName
{
background-color: #40C411;
}
</style>
border-color css
<style>
span { border-color: #40C411; }
span { border-color: rgb(64,196,17); }
td.TdClassName
{
border-color: #40C411;
}
.TagClassName
{
border-color: #40C411;
}
</style>