Shades of Kelly Green #40BA17
Tints of Kelly Green #40BA17
RGB
CMYK
RGB Variations
Color information
#40BA17 (or 0x40BA17) is known color: Kelly Green. HEX triplet: 40, BA and 17. RGB value is (64,186,23). Sum of RGB (Red+Green+Blue) = 64+186+23=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BA17 is #BF45E8. Grayscale: #838383. Windows color (decimal): -12535273 or 1555008. OLE color: 1555008.
HSL color Cylindrical-coordinate representation of color #40BA17: hue angle of 104.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40BA17 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 23 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.27 |
| HSL | 104.91º | 0.78% | 0.41% | - |
| HSV(B) | 104.91º | 0.88% | 0.73% | - |
| XYZ | 19.83 | 36.27 | 6.77 | - |
| YUV | 130.94 | 67.08 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 23 | 0.66 | 0 | 0.88 | 0.27 | 104.91 | 0.78 | 0.41 |
| Hex | 40 | BA | 17 | 42 | 0 | 58 | 1B | 69 | 4E | 29 |
| Octal | 100 | 272 | 27 | 102 | 0 | 130 | 33 | 151 | 116 | 51 |
| Binary | 1000000 | 10111010 | 10111 | 1000010 | 0 | 1011000 | 11011 | 1101001 | 1001110 | 101001 |
Color Harmonies of #40BA17
Complementary color
Monochromatic Colors of #40BA17
Black with #40BA17
Text Example
Text Example
White with #40BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA17; }
p { color: rgb(64,186,23); }
H1.HeaderClassName
{
color: #40BA17;
}
.AnyTagClassName
{
color: #40BA17;
}
</style>
background-color css
<style>
a { background-color: #40BA17; }
a { background-color: rgb(64,186,23); }
div.DivClassName
{
background-color: #40BA17;
}
.BgClassName
{
background-color: #40BA17;
}
</style>
border-color css
<style>
span { border-color: #40BA17; }
span { border-color: rgb(64,186,23); }
td.TdClassName
{
border-color: #40BA17;
}
.TagClassName
{
border-color: #40BA17;
}
</style>