Shades of Kelly Green #40C404
Tints of Kelly Green #40C404
RGB
CMYK
RGB Variations
Color information
#40C404 (or 0x40C404) is known color: Kelly Green. HEX triplet: 40, C4 and 04. RGB value is (64,196,4). Sum of RGB (Red+Green+Blue) = 64+196+4=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 196 (76.95% from 255 or 74.24% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 196 - color contains mainly: green. Hex color #40C404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C404 is #BF3BFB. Grayscale: #878787. Windows color (decimal): -12532732 or 312384. OLE color: 312384.
HSL color Cylindrical-coordinate representation of color #40C404: hue angle of 101.25º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40C404 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 4 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.23 |
| HSL | 101.25º | 0.96% | 0.39% | - |
| HSV(B) | 101.25º | 0.98% | 0.77% | - |
| XYZ | 21.88 | 40.58 | 6.79 | - |
| YUV | 134.64 | 54.27 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 4 | 0.67 | 0 | 0.98 | 0.23 | 101.25 | 0.96 | 0.39 |
| Hex | 40 | C4 | 4 | 43 | 0 | 62 | 17 | 65 | 60 | 27 |
| Octal | 100 | 304 | 4 | 103 | 0 | 142 | 27 | 145 | 140 | 47 |
| Binary | 1000000 | 11000100 | 100 | 1000011 | 0 | 1100010 | 10111 | 1100101 | 1100000 | 100111 |
Color Harmonies of #40C404
Complementary color
Monochromatic Colors of #40C404
Black with #40C404
Text Example
Text Example
White with #40C404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C404; }
p { color: rgb(64,196,4); }
H1.HeaderClassName
{
color: #40C404;
}
.AnyTagClassName
{
color: #40C404;
}
</style>
background-color css
<style>
a { background-color: #40C404; }
a { background-color: rgb(64,196,4); }
div.DivClassName
{
background-color: #40C404;
}
.BgClassName
{
background-color: #40C404;
}
</style>
border-color css
<style>
span { border-color: #40C404; }
span { border-color: rgb(64,196,4); }
td.TdClassName
{
border-color: #40C404;
}
.TagClassName
{
border-color: #40C404;
}
</style>