Shades of Kelly Green #40C01E
Tints of Kelly Green #40C01E
RGB
CMYK
RGB Variations
Color information
#40C01E (or 0x40C01E) is known color: Kelly Green. HEX triplet: 40, C0 and 1E. RGB value is (64,192,30). Sum of RGB (Red+Green+Blue) = 64+192+30=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #40C01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C01E is #BF3FE1. Grayscale: #878787. Windows color (decimal): -12533730 or 2015296. OLE color: 2015296.
HSL color Cylindrical-coordinate representation of color #40C01E: hue angle of 107.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40C01E is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 30 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.25 |
| HSL | 107.41º | 0.73% | 0.44% | - |
| HSV(B) | 107.41º | 0.84% | 0.75% | - |
| XYZ | 21.2 | 38.88 | 7.62 | - |
| YUV | 135.26 | 68.59 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 30 | 0.67 | 0 | 0.84 | 0.25 | 107.41 | 0.73 | 0.44 |
| Hex | 40 | C0 | 1E | 43 | 0 | 54 | 19 | 6B | 49 | 2C |
| Octal | 100 | 300 | 36 | 103 | 0 | 124 | 31 | 153 | 111 | 54 |
| Binary | 1000000 | 11000000 | 11110 | 1000011 | 0 | 1010100 | 11001 | 1101011 | 1001001 | 101100 |
Color Harmonies of #40C01E
Complementary color
Monochromatic Colors of #40C01E
Black with #40C01E
Text Example
Text Example
White with #40C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C01E; }
p { color: rgb(64,192,30); }
H1.HeaderClassName
{
color: #40C01E;
}
.AnyTagClassName
{
color: #40C01E;
}
</style>
background-color css
<style>
a { background-color: #40C01E; }
a { background-color: rgb(64,192,30); }
div.DivClassName
{
background-color: #40C01E;
}
.BgClassName
{
background-color: #40C01E;
}
</style>
border-color css
<style>
span { border-color: #40C01E; }
span { border-color: rgb(64,192,30); }
td.TdClassName
{
border-color: #40C01E;
}
.TagClassName
{
border-color: #40C01E;
}
</style>