Shades of Kelly Green #40D11B
Tints of Kelly Green #40D11B
RGB
CMYK
RGB Variations
Color information
#40D11B (or 0x40D11B) is known color: Kelly Green. HEX triplet: 40, D1 and 1B. RGB value is (64,209,27). Sum of RGB (Red+Green+Blue) = 64+209+27=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 209 (82.03% from 255 or 69.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 209 - color contains mainly: green. Hex color #40D11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D11B is #BF2EE4. Grayscale: #919191. Windows color (decimal): -12529381 or 1823040. OLE color: 1823040.
HSL color Cylindrical-coordinate representation of color #40D11B: hue angle of 107.8º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40D11B is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 27 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.18 |
| HSL | 107.8º | 0.77% | 0.46% | - |
| HSV(B) | 107.8º | 0.87% | 0.82% | - |
| XYZ | 25.11 | 46.77 | 8.74 | - |
| YUV | 144.9 | 61.46 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 27 | 0.69 | 0 | 0.87 | 0.18 | 107.8 | 0.77 | 0.46 |
| Hex | 40 | D1 | 1B | 45 | 0 | 57 | 12 | 6C | 4D | 2E |
| Octal | 100 | 321 | 33 | 105 | 0 | 127 | 22 | 154 | 115 | 56 |
| Binary | 1000000 | 11010001 | 11011 | 1000101 | 0 | 1010111 | 10010 | 1101100 | 1001101 | 101110 |
Color Harmonies of #40D11B
Complementary color
Monochromatic Colors of #40D11B
Black with #40D11B
Text Example
Text Example
White with #40D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D11B; }
p { color: rgb(64,209,27); }
H1.HeaderClassName
{
color: #40D11B;
}
.AnyTagClassName
{
color: #40D11B;
}
</style>
background-color css
<style>
a { background-color: #40D11B; }
a { background-color: rgb(64,209,27); }
div.DivClassName
{
background-color: #40D11B;
}
.BgClassName
{
background-color: #40D11B;
}
</style>
border-color css
<style>
span { border-color: #40D11B; }
span { border-color: rgb(64,209,27); }
td.TdClassName
{
border-color: #40D11B;
}
.TagClassName
{
border-color: #40D11B;
}
</style>