Shades of Kelly Green #40B311
Tints of Kelly Green #40B311
RGB
CMYK
RGB Variations
Color information
#40B311 (or 0x40B311) is known color: Kelly Green. HEX triplet: 40, B3 and 11. RGB value is (64,179,17). Sum of RGB (Red+Green+Blue) = 64+179+17=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #40B311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B311 is #BF4CEE. Grayscale: #7E7E7E. Windows color (decimal): -12537071 or 1160000. OLE color: 1160000.
HSL color Cylindrical-coordinate representation of color #40B311: hue angle of 102.59º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40B311 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 17 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.30 |
| HSL | 102.59º | 0.83% | 0.38% | - |
| HSV(B) | 102.59º | 0.91% | 0.7% | - |
| XYZ | 18.34 | 33.37 | 6.01 | - |
| YUV | 126.15 | 66.4 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 17 | 0.64 | 0 | 0.91 | 0.30 | 102.59 | 0.83 | 0.38 |
| Hex | 40 | B3 | 11 | 40 | 0 | 5B | 1E | 67 | 53 | 26 |
| Octal | 100 | 263 | 21 | 100 | 0 | 133 | 36 | 147 | 123 | 46 |
| Binary | 1000000 | 10110011 | 10001 | 1000000 | 0 | 1011011 | 11110 | 1100111 | 1010011 | 100110 |
Color Harmonies of #40B311
Complementary color
Monochromatic Colors of #40B311
Black with #40B311
Text Example
Text Example
White with #40B311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B311; }
p { color: rgb(64,179,17); }
H1.HeaderClassName
{
color: #40B311;
}
.AnyTagClassName
{
color: #40B311;
}
</style>
background-color css
<style>
a { background-color: #40B311; }
a { background-color: rgb(64,179,17); }
div.DivClassName
{
background-color: #40B311;
}
.BgClassName
{
background-color: #40B311;
}
</style>
border-color css
<style>
span { border-color: #40B311; }
span { border-color: rgb(64,179,17); }
td.TdClassName
{
border-color: #40B311;
}
.TagClassName
{
border-color: #40B311;
}
</style>