Shades of Kelly Green #40BC16
Tints of Kelly Green #40BC16
RGB
CMYK
RGB Variations
Color information
#40BC16 (or 0x40BC16) is known color: Kelly Green. HEX triplet: 40, BC and 16. RGB value is (64,188,22). Sum of RGB (Red+Green+Blue) = 64+188+22=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BC16 is #BF43E9. Grayscale: #848484. Windows color (decimal): -12534762 or 1489984. OLE color: 1489984.
HSL color Cylindrical-coordinate representation of color #40BC16: hue angle of 104.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40BC16 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 22 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.26 |
| HSL | 104.82º | 0.79% | 0.41% | - |
| HSV(B) | 104.82º | 0.88% | 0.74% | - |
| XYZ | 20.24 | 37.11 | 6.86 | - |
| YUV | 132 | 65.92 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 22 | 0.66 | 0 | 0.88 | 0.26 | 104.82 | 0.79 | 0.41 |
| Hex | 40 | BC | 16 | 42 | 0 | 58 | 1A | 69 | 4F | 29 |
| Octal | 100 | 274 | 26 | 102 | 0 | 130 | 32 | 151 | 117 | 51 |
| Binary | 1000000 | 10111100 | 10110 | 1000010 | 0 | 1011000 | 11010 | 1101001 | 1001111 | 101001 |
Color Harmonies of #40BC16
Complementary color
Monochromatic Colors of #40BC16
Black with #40BC16
Text Example
Text Example
White with #40BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC16; }
p { color: rgb(64,188,22); }
H1.HeaderClassName
{
color: #40BC16;
}
.AnyTagClassName
{
color: #40BC16;
}
</style>
background-color css
<style>
a { background-color: #40BC16; }
a { background-color: rgb(64,188,22); }
div.DivClassName
{
background-color: #40BC16;
}
.BgClassName
{
background-color: #40BC16;
}
</style>
border-color css
<style>
span { border-color: #40BC16; }
span { border-color: rgb(64,188,22); }
td.TdClassName
{
border-color: #40BC16;
}
.TagClassName
{
border-color: #40BC16;
}
</style>