Shades of Kelly Green #40CE03
Tints of Kelly Green #40CE03
RGB
CMYK
RGB Variations
Color information
#40CE03 (or 0x40CE03) is known color: Kelly Green. HEX triplet: 40, CE and 03. RGB value is (64,206,3). Sum of RGB (Red+Green+Blue) = 64+206+3=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 206 (80.86% from 255 or 75.46% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CE03 is #BF31FC. Grayscale: #8D8D8D. Windows color (decimal): -12530173 or 249408. OLE color: 249408.
HSL color Cylindrical-coordinate representation of color #40CE03: hue angle of 101.97º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40CE03 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.19 |
| HSL | 101.97º | 0.97% | 0.41% | - |
| HSV(B) | 101.97º | 0.99% | 0.81% | - |
| XYZ | 24.2 | 45.24 | 7.54 | - |
| YUV | 140.4 | 50.46 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 3 | 0.69 | 0 | 0.99 | 0.19 | 101.97 | 0.97 | 0.41 |
| Hex | 40 | CE | 3 | 45 | 0 | 63 | 13 | 66 | 61 | 29 |
| Octal | 100 | 316 | 3 | 105 | 0 | 143 | 23 | 146 | 141 | 51 |
| Binary | 1000000 | 11001110 | 11 | 1000101 | 0 | 1100011 | 10011 | 1100110 | 1100001 | 101001 |
Color Harmonies of #40CE03
Complementary color
Monochromatic Colors of #40CE03
Black with #40CE03
Text Example
Text Example
White with #40CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE03; }
p { color: rgb(64,206,3); }
H1.HeaderClassName
{
color: #40CE03;
}
.AnyTagClassName
{
color: #40CE03;
}
</style>
background-color css
<style>
a { background-color: #40CE03; }
a { background-color: rgb(64,206,3); }
div.DivClassName
{
background-color: #40CE03;
}
.BgClassName
{
background-color: #40CE03;
}
</style>
border-color css
<style>
span { border-color: #40CE03; }
span { border-color: rgb(64,206,3); }
td.TdClassName
{
border-color: #40CE03;
}
.TagClassName
{
border-color: #40CE03;
}
</style>