Shades of Kelly Green #40D10B
Tints of Kelly Green #40D10B
RGB
CMYK
RGB Variations
Color information
#40D10B (or 0x40D10B) is known color: Kelly Green. HEX triplet: 40, D1 and 0B. RGB value is (64,209,11). Sum of RGB (Red+Green+Blue) = 64+209+11=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 209 (82.03% from 255 or 73.59% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 209 - color contains mainly: green. Hex color #40D10B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D10B is #BF2EF4. Grayscale: #8F8F8F. Windows color (decimal): -12529397 or 774464. OLE color: 774464.
HSL color Cylindrical-coordinate representation of color #40D10B: hue angle of 103.94º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40D10B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 11 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.18 |
| HSL | 103.94º | 0.9% | 0.43% | - |
| HSV(B) | 103.94º | 0.95% | 0.82% | - |
| XYZ | 24.98 | 46.72 | 8.02 | - |
| YUV | 143.07 | 53.46 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 11 | 0.69 | 0 | 0.95 | 0.18 | 103.94 | 0.9 | 0.43 |
| Hex | 40 | D1 | B | 45 | 0 | 5F | 12 | 68 | 5A | 2B |
| Octal | 100 | 321 | 13 | 105 | 0 | 137 | 22 | 150 | 132 | 53 |
| Binary | 1000000 | 11010001 | 1011 | 1000101 | 0 | 1011111 | 10010 | 1101000 | 1011010 | 101011 |
Color Harmonies of #40D10B
Complementary color
Monochromatic Colors of #40D10B
Black with #40D10B
Text Example
Text Example
White with #40D10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D10B; }
p { color: rgb(64,209,11); }
H1.HeaderClassName
{
color: #40D10B;
}
.AnyTagClassName
{
color: #40D10B;
}
</style>
background-color css
<style>
a { background-color: #40D10B; }
a { background-color: rgb(64,209,11); }
div.DivClassName
{
background-color: #40D10B;
}
.BgClassName
{
background-color: #40D10B;
}
</style>
border-color css
<style>
span { border-color: #40D10B; }
span { border-color: rgb(64,209,11); }
td.TdClassName
{
border-color: #40D10B;
}
.TagClassName
{
border-color: #40D10B;
}
</style>