Shades of Kelly Green #40CE05
Tints of Kelly Green #40CE05
RGB
CMYK
RGB Variations
Color information
#40CE05 (or 0x40CE05) is known color: Kelly Green. HEX triplet: 40, CE and 05. RGB value is (64,206,5). Sum of RGB (Red+Green+Blue) = 64+206+5=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 206 (80.86% from 255 or 74.91% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CE05 is #BF31FA. Grayscale: #8D8D8D. Windows color (decimal): -12530171 or 380480. OLE color: 380480.
HSL color Cylindrical-coordinate representation of color #40CE05: hue angle of 102.39º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40CE05 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 5 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.19 |
| HSL | 102.39º | 0.95% | 0.41% | - |
| HSV(B) | 102.39º | 0.98% | 0.81% | - |
| XYZ | 24.21 | 45.24 | 7.6 | - |
| YUV | 140.63 | 51.46 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 5 | 0.69 | 0 | 0.98 | 0.19 | 102.39 | 0.95 | 0.41 |
| Hex | 40 | CE | 5 | 45 | 0 | 62 | 13 | 66 | 5F | 29 |
| Octal | 100 | 316 | 5 | 105 | 0 | 142 | 23 | 146 | 137 | 51 |
| Binary | 1000000 | 11001110 | 101 | 1000101 | 0 | 1100010 | 10011 | 1100110 | 1011111 | 101001 |
Color Harmonies of #40CE05
Complementary color
Monochromatic Colors of #40CE05
Black with #40CE05
Text Example
Text Example
White with #40CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE05; }
p { color: rgb(64,206,5); }
H1.HeaderClassName
{
color: #40CE05;
}
.AnyTagClassName
{
color: #40CE05;
}
</style>
background-color css
<style>
a { background-color: #40CE05; }
a { background-color: rgb(64,206,5); }
div.DivClassName
{
background-color: #40CE05;
}
.BgClassName
{
background-color: #40CE05;
}
</style>
border-color css
<style>
span { border-color: #40CE05; }
span { border-color: rgb(64,206,5); }
td.TdClassName
{
border-color: #40CE05;
}
.TagClassName
{
border-color: #40CE05;
}
</style>