Shades of Kelly Green #40C41E
Tints of Kelly Green #40C41E
RGB
CMYK
RGB Variations
Color information
#40C41E (or 0x40C41E) is known color: Kelly Green. HEX triplet: 40, C4 and 1E. RGB value is (64,196,30). Sum of RGB (Red+Green+Blue) = 64+196+30=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 196 (76.95% from 255 or 67.59% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 196 - color contains mainly: green. Hex color #40C41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C41E is #BF3BE1. Grayscale: #8A8A8A. Windows color (decimal): -12532706 or 2016320. OLE color: 2016320.
HSL color Cylindrical-coordinate representation of color #40C41E: hue angle of 107.71º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40C41E is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 30 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.23 |
| HSL | 107.71º | 0.73% | 0.44% | - |
| HSV(B) | 107.71º | 0.85% | 0.77% | - |
| XYZ | 22.09 | 40.66 | 7.91 | - |
| YUV | 137.61 | 67.27 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 30 | 0.67 | 0 | 0.85 | 0.23 | 107.71 | 0.73 | 0.44 |
| Hex | 40 | C4 | 1E | 43 | 0 | 55 | 17 | 6C | 49 | 2C |
| Octal | 100 | 304 | 36 | 103 | 0 | 125 | 27 | 154 | 111 | 54 |
| Binary | 1000000 | 11000100 | 11110 | 1000011 | 0 | 1010101 | 10111 | 1101100 | 1001001 | 101100 |
Color Harmonies of #40C41E
Complementary color
Monochromatic Colors of #40C41E
Black with #40C41E
Text Example
Text Example
White with #40C41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C41E; }
p { color: rgb(64,196,30); }
H1.HeaderClassName
{
color: #40C41E;
}
.AnyTagClassName
{
color: #40C41E;
}
</style>
background-color css
<style>
a { background-color: #40C41E; }
a { background-color: rgb(64,196,30); }
div.DivClassName
{
background-color: #40C41E;
}
.BgClassName
{
background-color: #40C41E;
}
</style>
border-color css
<style>
span { border-color: #40C41E; }
span { border-color: rgb(64,196,30); }
td.TdClassName
{
border-color: #40C41E;
}
.TagClassName
{
border-color: #40C41E;
}
</style>