Shades of Kelly Green #40C205
Tints of Kelly Green #40C205
RGB
CMYK
RGB Variations
Color information
#40C205 (or 0x40C205) is known color: Kelly Green. HEX triplet: 40, C2 and 05. RGB value is (64,194,5). Sum of RGB (Red+Green+Blue) = 64+194+5=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 194 (76.17% from 255 or 73.76% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 194 - color contains mainly: green. Hex color #40C205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C205 is #BF3DFA. Grayscale: #868686. Windows color (decimal): -12533243 or 377408. OLE color: 377408.
HSL color Cylindrical-coordinate representation of color #40C205: hue angle of 101.27º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40C205 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 5 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.24 |
| HSL | 101.27º | 0.95% | 0.39% | - |
| HSV(B) | 101.27º | 0.97% | 0.76% | - |
| XYZ | 21.43 | 39.68 | 6.67 | - |
| YUV | 133.58 | 55.43 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 5 | 0.67 | 0 | 0.97 | 0.24 | 101.27 | 0.95 | 0.39 |
| Hex | 40 | C2 | 5 | 43 | 0 | 61 | 18 | 65 | 5F | 27 |
| Octal | 100 | 302 | 5 | 103 | 0 | 141 | 30 | 145 | 137 | 47 |
| Binary | 1000000 | 11000010 | 101 | 1000011 | 0 | 1100001 | 11000 | 1100101 | 1011111 | 100111 |
Color Harmonies of #40C205
Complementary color
Monochromatic Colors of #40C205
Black with #40C205
Text Example
Text Example
White with #40C205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C205; }
p { color: rgb(64,194,5); }
H1.HeaderClassName
{
color: #40C205;
}
.AnyTagClassName
{
color: #40C205;
}
</style>
background-color css
<style>
a { background-color: #40C205; }
a { background-color: rgb(64,194,5); }
div.DivClassName
{
background-color: #40C205;
}
.BgClassName
{
background-color: #40C205;
}
</style>
border-color css
<style>
span { border-color: #40C205; }
span { border-color: rgb(64,194,5); }
td.TdClassName
{
border-color: #40C205;
}
.TagClassName
{
border-color: #40C205;
}
</style>