Shades of Kelly Green #40CD21
Tints of Kelly Green #40CD21
RGB
CMYK
RGB Variations
Color information
#40CD21 (or 0x40CD21) is known color: Kelly Green. HEX triplet: 40, CD and 21. RGB value is (64,205,33). Sum of RGB (Red+Green+Blue) = 64+205+33=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 205 (80.47% from 255 or 67.88% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD21 is #BF32DE. Grayscale: #8F8F8F. Windows color (decimal): -12530399 or 2215232. OLE color: 2215232.
HSL color Cylindrical-coordinate representation of color #40CD21: hue angle of 109.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40CD21 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 33 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.20 |
| HSL | 109.19º | 0.72% | 0.47% | - |
| HSV(B) | 109.19º | 0.84% | 0.8% | - |
| XYZ | 24.22 | 44.86 | 8.82 | - |
| YUV | 143.23 | 65.79 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 33 | 0.69 | 0 | 0.84 | 0.20 | 109.19 | 0.72 | 0.47 |
| Hex | 40 | CD | 21 | 45 | 0 | 54 | 14 | 6D | 48 | 2F |
| Octal | 100 | 315 | 41 | 105 | 0 | 124 | 24 | 155 | 110 | 57 |
| Binary | 1000000 | 11001101 | 100001 | 1000101 | 0 | 1010100 | 10100 | 1101101 | 1001000 | 101111 |
Color Harmonies of #40CD21
Complementary color
Monochromatic Colors of #40CD21
Black with #40CD21
Text Example
Text Example
White with #40CD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD21; }
p { color: rgb(64,205,33); }
H1.HeaderClassName
{
color: #40CD21;
}
.AnyTagClassName
{
color: #40CD21;
}
</style>
background-color css
<style>
a { background-color: #40CD21; }
a { background-color: rgb(64,205,33); }
div.DivClassName
{
background-color: #40CD21;
}
.BgClassName
{
background-color: #40CD21;
}
</style>
border-color css
<style>
span { border-color: #40CD21; }
span { border-color: rgb(64,205,33); }
td.TdClassName
{
border-color: #40CD21;
}
.TagClassName
{
border-color: #40CD21;
}
</style>