Shades of Kelly Green #40C905
Tints of Kelly Green #40C905
RGB
CMYK
RGB Variations
Color information
#40C905 (or 0x40C905) is known color: Kelly Green. HEX triplet: 40, C9 and 05. RGB value is (64,201,5). Sum of RGB (Red+Green+Blue) = 64+201+5=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 201 (78.91% from 255 or 74.44% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 201 - color contains mainly: green. Hex color #40C905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C905 is #BF36FA. Grayscale: #8A8A8A. Windows color (decimal): -12531451 or 379200. OLE color: 379200.
HSL color Cylindrical-coordinate representation of color #40C905: hue angle of 101.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40C905 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 5 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.21 |
| HSL | 101.94º | 0.95% | 0.4% | - |
| HSV(B) | 101.94º | 0.98% | 0.79% | - |
| XYZ | 23.03 | 42.87 | 7.21 | - |
| YUV | 137.69 | 53.11 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 5 | 0.68 | 0 | 0.98 | 0.21 | 101.94 | 0.95 | 0.4 |
| Hex | 40 | C9 | 5 | 44 | 0 | 62 | 15 | 66 | 5F | 28 |
| Octal | 100 | 311 | 5 | 104 | 0 | 142 | 25 | 146 | 137 | 50 |
| Binary | 1000000 | 11001001 | 101 | 1000100 | 0 | 1100010 | 10101 | 1100110 | 1011111 | 101000 |
Color Harmonies of #40C905
Complementary color
Monochromatic Colors of #40C905
Black with #40C905
Text Example
Text Example
White with #40C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C905; }
p { color: rgb(64,201,5); }
H1.HeaderClassName
{
color: #40C905;
}
.AnyTagClassName
{
color: #40C905;
}
</style>
background-color css
<style>
a { background-color: #40C905; }
a { background-color: rgb(64,201,5); }
div.DivClassName
{
background-color: #40C905;
}
.BgClassName
{
background-color: #40C905;
}
</style>
border-color css
<style>
span { border-color: #40C905; }
span { border-color: rgb(64,201,5); }
td.TdClassName
{
border-color: #40C905;
}
.TagClassName
{
border-color: #40C905;
}
</style>