Shades of Kelly Green #40BA27
Tints of Kelly Green #40BA27
RGB
CMYK
RGB Variations
Color information
#40BA27 (or 0x40BA27) is known color: Kelly Green. HEX triplet: 40, BA and 27. RGB value is (64,186,39). Sum of RGB (Red+Green+Blue) = 64+186+39=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA27 is #BF45D8. Grayscale: #858585. Windows color (decimal): -12535257 or 2603584. OLE color: 2603584.
HSL color Cylindrical-coordinate representation of color #40BA27: hue angle of 109.8º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40BA27 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 39 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.27 |
| HSL | 109.8º | 0.65% | 0.44% | - |
| HSV(B) | 109.8º | 0.79% | 0.73% | - |
| XYZ | 20.04 | 36.35 | 7.88 | - |
| YUV | 132.76 | 75.08 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 39 | 0.66 | 0 | 0.79 | 0.27 | 109.8 | 0.65 | 0.44 |
| Hex | 40 | BA | 27 | 42 | 0 | 4F | 1B | 6E | 41 | 2C |
| Octal | 100 | 272 | 47 | 102 | 0 | 117 | 33 | 156 | 101 | 54 |
| Binary | 1000000 | 10111010 | 100111 | 1000010 | 0 | 1001111 | 11011 | 1101110 | 1000001 | 101100 |
Color Harmonies of #40BA27
Complementary color
Monochromatic Colors of #40BA27
Black with #40BA27
Text Example
Text Example
White with #40BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA27; }
p { color: rgb(64,186,39); }
H1.HeaderClassName
{
color: #40BA27;
}
.AnyTagClassName
{
color: #40BA27;
}
</style>
background-color css
<style>
a { background-color: #40BA27; }
a { background-color: rgb(64,186,39); }
div.DivClassName
{
background-color: #40BA27;
}
.BgClassName
{
background-color: #40BA27;
}
</style>
border-color css
<style>
span { border-color: #40BA27; }
span { border-color: rgb(64,186,39); }
td.TdClassName
{
border-color: #40BA27;
}
.TagClassName
{
border-color: #40BA27;
}
</style>