Shades of Kelly Green #40CD02
Tints of Kelly Green #40CD02
RGB
CMYK
RGB Variations
Color information
#40CD02 (or 0x40CD02) is known color: Kelly Green. HEX triplet: 40, CD and 02. RGB value is (64,205,2). Sum of RGB (Red+Green+Blue) = 64+205+2=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 205 (80.47% from 255 or 75.65% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CD02 is #BF32FD. Grayscale: #8C8C8C. Windows color (decimal): -12530430 or 183616. OLE color: 183616.
HSL color Cylindrical-coordinate representation of color #40CD02: hue angle of 101.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40CD02 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.20 |
| HSL | 101.67º | 0.98% | 0.41% | - |
| HSV(B) | 101.67º | 0.99% | 0.8% | - |
| XYZ | 23.96 | 44.76 | 7.43 | - |
| YUV | 139.7 | 50.29 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 2 | 0.69 | 0 | 0.99 | 0.20 | 101.67 | 0.98 | 0.41 |
| Hex | 40 | CD | 2 | 45 | 0 | 63 | 14 | 66 | 62 | 29 |
| Octal | 100 | 315 | 2 | 105 | 0 | 143 | 24 | 146 | 142 | 51 |
| Binary | 1000000 | 11001101 | 10 | 1000101 | 0 | 1100011 | 10100 | 1100110 | 1100010 | 101001 |
Color Harmonies of #40CD02
Complementary color
Monochromatic Colors of #40CD02
Black with #40CD02
Text Example
Text Example
White with #40CD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD02; }
p { color: rgb(64,205,2); }
H1.HeaderClassName
{
color: #40CD02;
}
.AnyTagClassName
{
color: #40CD02;
}
</style>
background-color css
<style>
a { background-color: #40CD02; }
a { background-color: rgb(64,205,2); }
div.DivClassName
{
background-color: #40CD02;
}
.BgClassName
{
background-color: #40CD02;
}
</style>
border-color css
<style>
span { border-color: #40CD02; }
span { border-color: rgb(64,205,2); }
td.TdClassName
{
border-color: #40CD02;
}
.TagClassName
{
border-color: #40CD02;
}
</style>