Shades of Kelly Green #40B418
Tints of Kelly Green #40B418
RGB
CMYK
RGB Variations
Color information
#40B418 (or 0x40B418) is known color: Kelly Green. HEX triplet: 40, B4 and 18. RGB value is (64,180,24). Sum of RGB (Red+Green+Blue) = 64+180+24=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #40B418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B418 is #BF4BE7. Grayscale: #808080. Windows color (decimal): -12536808 or 1619008. OLE color: 1619008.
HSL color Cylindrical-coordinate representation of color #40B418: hue angle of 104.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40B418 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 24 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.29 |
| HSL | 104.62º | 0.76% | 0.4% | - |
| HSV(B) | 104.62º | 0.87% | 0.71% | - |
| XYZ | 18.6 | 33.8 | 6.41 | - |
| YUV | 127.53 | 69.57 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 24 | 0.64 | 0 | 0.87 | 0.29 | 104.62 | 0.76 | 0.4 |
| Hex | 40 | B4 | 18 | 40 | 0 | 57 | 1D | 69 | 4C | 28 |
| Octal | 100 | 264 | 30 | 100 | 0 | 127 | 35 | 151 | 114 | 50 |
| Binary | 1000000 | 10110100 | 11000 | 1000000 | 0 | 1010111 | 11101 | 1101001 | 1001100 | 101000 |
Color Harmonies of #40B418
Complementary color
Monochromatic Colors of #40B418
Black with #40B418
Text Example
Text Example
White with #40B418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B418; }
p { color: rgb(64,180,24); }
H1.HeaderClassName
{
color: #40B418;
}
.AnyTagClassName
{
color: #40B418;
}
</style>
background-color css
<style>
a { background-color: #40B418; }
a { background-color: rgb(64,180,24); }
div.DivClassName
{
background-color: #40B418;
}
.BgClassName
{
background-color: #40B418;
}
</style>
border-color css
<style>
span { border-color: #40B418; }
span { border-color: rgb(64,180,24); }
td.TdClassName
{
border-color: #40B418;
}
.TagClassName
{
border-color: #40B418;
}
</style>