Shades of Kelly Green #40C01F
Tints of Kelly Green #40C01F
RGB
CMYK
RGB Variations
Color information
#40C01F (or 0x40C01F) is known color: Kelly Green. HEX triplet: 40, C0 and 1F. RGB value is (64,192,31). Sum of RGB (Red+Green+Blue) = 64+192+31=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #40C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C01F is #BF3FE0. Grayscale: #878787. Windows color (decimal): -12533729 or 2080832. OLE color: 2080832.
HSL color Cylindrical-coordinate representation of color #40C01F: hue angle of 107.7º degrees, saturation: 0.72, 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 #40C01F is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 31 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.25 |
| HSL | 107.7º | 0.72% | 0.44% | - |
| HSV(B) | 107.7º | 0.84% | 0.75% | - |
| XYZ | 21.21 | 38.89 | 7.68 | - |
| YUV | 135.37 | 69.09 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 31 | 0.67 | 0 | 0.84 | 0.25 | 107.7 | 0.72 | 0.44 |
| Hex | 40 | C0 | 1F | 43 | 0 | 54 | 19 | 6C | 48 | 2C |
| Octal | 100 | 300 | 37 | 103 | 0 | 124 | 31 | 154 | 110 | 54 |
| Binary | 1000000 | 11000000 | 11111 | 1000011 | 0 | 1010100 | 11001 | 1101100 | 1001000 | 101100 |
Color Harmonies of #40C01F
Complementary color
Monochromatic Colors of #40C01F
Black with #40C01F
Text Example
Text Example
White with #40C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C01F; }
p { color: rgb(64,192,31); }
H1.HeaderClassName
{
color: #40C01F;
}
.AnyTagClassName
{
color: #40C01F;
}
</style>
background-color css
<style>
a { background-color: #40C01F; }
a { background-color: rgb(64,192,31); }
div.DivClassName
{
background-color: #40C01F;
}
.BgClassName
{
background-color: #40C01F;
}
</style>
border-color css
<style>
span { border-color: #40C01F; }
span { border-color: rgb(64,192,31); }
td.TdClassName
{
border-color: #40C01F;
}
.TagClassName
{
border-color: #40C01F;
}
</style>