Shades of Kelly Green #40BC24
Tints of Kelly Green #40BC24
RGB
CMYK
RGB Variations
Color information
#40BC24 (or 0x40BC24) is known color: Kelly Green. HEX triplet: 40, BC and 24. RGB value is (64,188,36). Sum of RGB (Red+Green+Blue) = 64+188+36=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC24 is #BF43DB. Grayscale: #868686. Windows color (decimal): -12534748 or 2407488. OLE color: 2407488.
HSL color Cylindrical-coordinate representation of color #40BC24: hue angle of 108.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40BC24 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 36 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.26 |
| HSL | 108.95º | 0.68% | 0.44% | - |
| HSV(B) | 108.95º | 0.81% | 0.74% | - |
| XYZ | 20.42 | 37.18 | 7.77 | - |
| YUV | 133.6 | 72.92 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 36 | 0.66 | 0 | 0.81 | 0.26 | 108.95 | 0.68 | 0.44 |
| Hex | 40 | BC | 24 | 42 | 0 | 51 | 1A | 6D | 44 | 2C |
| Octal | 100 | 274 | 44 | 102 | 0 | 121 | 32 | 155 | 104 | 54 |
| Binary | 1000000 | 10111100 | 100100 | 1000010 | 0 | 1010001 | 11010 | 1101101 | 1000100 | 101100 |
Color Harmonies of #40BC24
Complementary color
Monochromatic Colors of #40BC24
Black with #40BC24
Text Example
Text Example
White with #40BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC24; }
p { color: rgb(64,188,36); }
H1.HeaderClassName
{
color: #40BC24;
}
.AnyTagClassName
{
color: #40BC24;
}
</style>
background-color css
<style>
a { background-color: #40BC24; }
a { background-color: rgb(64,188,36); }
div.DivClassName
{
background-color: #40BC24;
}
.BgClassName
{
background-color: #40BC24;
}
</style>
border-color css
<style>
span { border-color: #40BC24; }
span { border-color: rgb(64,188,36); }
td.TdClassName
{
border-color: #40BC24;
}
.TagClassName
{
border-color: #40BC24;
}
</style>