Shades of Kelly Green #40C021
Tints of Kelly Green #40C021
RGB
CMYK
RGB Variations
Color information
#40C021 (or 0x40C021) is known color: Kelly Green. HEX triplet: 40, C0 and 21. RGB value is (64,192,33). Sum of RGB (Red+Green+Blue) = 64+192+33=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #40C021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C021 is #BF3FDE. Grayscale: #888888. Windows color (decimal): -12533727 or 2211904. OLE color: 2211904.
HSL color Cylindrical-coordinate representation of color #40C021: hue angle of 108.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40C021 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 33 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.25 |
| HSL | 108.3º | 0.71% | 0.44% | - |
| HSV(B) | 108.3º | 0.83% | 0.75% | - |
| XYZ | 21.24 | 38.9 | 7.83 | - |
| YUV | 135.6 | 70.09 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 33 | 0.67 | 0 | 0.83 | 0.25 | 108.3 | 0.71 | 0.44 |
| Hex | 40 | C0 | 21 | 43 | 0 | 53 | 19 | 6C | 47 | 2C |
| Octal | 100 | 300 | 41 | 103 | 0 | 123 | 31 | 154 | 107 | 54 |
| Binary | 1000000 | 11000000 | 100001 | 1000011 | 0 | 1010011 | 11001 | 1101100 | 1000111 | 101100 |
Color Harmonies of #40C021
Complementary color
Monochromatic Colors of #40C021
Black with #40C021
Text Example
Text Example
White with #40C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C021; }
p { color: rgb(64,192,33); }
H1.HeaderClassName
{
color: #40C021;
}
.AnyTagClassName
{
color: #40C021;
}
</style>
background-color css
<style>
a { background-color: #40C021; }
a { background-color: rgb(64,192,33); }
div.DivClassName
{
background-color: #40C021;
}
.BgClassName
{
background-color: #40C021;
}
</style>
border-color css
<style>
span { border-color: #40C021; }
span { border-color: rgb(64,192,33); }
td.TdClassName
{
border-color: #40C021;
}
.TagClassName
{
border-color: #40C021;
}
</style>