Shades of Kelly Green #40BA19
Tints of Kelly Green #40BA19
RGB
CMYK
RGB Variations
Color information
#40BA19 (or 0x40BA19) is known color: Kelly Green. HEX triplet: 40, BA and 19. RGB value is (64,186,25). Sum of RGB (Red+Green+Blue) = 64+186+25=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BA19 is #BF45E6. Grayscale: #838383. Windows color (decimal): -12535271 or 1686080. OLE color: 1686080.
HSL color Cylindrical-coordinate representation of color #40BA19: hue angle of 105.47º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40BA19 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 25 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.27 |
| HSL | 105.47º | 0.76% | 0.41% | - |
| HSV(B) | 105.47º | 0.87% | 0.73% | - |
| XYZ | 19.85 | 36.28 | 6.88 | - |
| YUV | 131.17 | 68.08 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 25 | 0.66 | 0 | 0.87 | 0.27 | 105.47 | 0.76 | 0.41 |
| Hex | 40 | BA | 19 | 42 | 0 | 57 | 1B | 69 | 4C | 29 |
| Octal | 100 | 272 | 31 | 102 | 0 | 127 | 33 | 151 | 114 | 51 |
| Binary | 1000000 | 10111010 | 11001 | 1000010 | 0 | 1010111 | 11011 | 1101001 | 1001100 | 101001 |
Color Harmonies of #40BA19
Complementary color
Monochromatic Colors of #40BA19
Black with #40BA19
Text Example
Text Example
White with #40BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA19; }
p { color: rgb(64,186,25); }
H1.HeaderClassName
{
color: #40BA19;
}
.AnyTagClassName
{
color: #40BA19;
}
</style>
background-color css
<style>
a { background-color: #40BA19; }
a { background-color: rgb(64,186,25); }
div.DivClassName
{
background-color: #40BA19;
}
.BgClassName
{
background-color: #40BA19;
}
</style>
border-color css
<style>
span { border-color: #40BA19; }
span { border-color: rgb(64,186,25); }
td.TdClassName
{
border-color: #40BA19;
}
.TagClassName
{
border-color: #40BA19;
}
</style>