Shades of Kelly Green #40B814
Tints of Kelly Green #40B814
RGB
CMYK
RGB Variations
Color information
#40B814 (or 0x40B814) is known color: Kelly Green. HEX triplet: 40, B8 and 14. RGB value is (64,184,20). Sum of RGB (Red+Green+Blue) = 64+184+20=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 184 (72.27% from 255 or 68.66% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 184 - color contains mainly: green. Hex color #40B814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B814 is #BF47EB. Grayscale: #818181. Windows color (decimal): -12535788 or 1357888. OLE color: 1357888.
HSL color Cylindrical-coordinate representation of color #40B814: hue angle of 103.9º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40B814 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 184 | 20 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.28 |
| HSL | 103.9º | 0.8% | 0.4% | - |
| HSV(B) | 103.9º | 0.89% | 0.72% | - |
| XYZ | 19.38 | 35.42 | 6.48 | - |
| YUV | 129.42 | 66.24 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 20 | 0.65 | 0 | 0.89 | 0.28 | 103.9 | 0.8 | 0.4 |
| Hex | 40 | B8 | 14 | 41 | 0 | 59 | 1C | 68 | 50 | 28 |
| Octal | 100 | 270 | 24 | 101 | 0 | 131 | 34 | 150 | 120 | 50 |
| Binary | 1000000 | 10111000 | 10100 | 1000001 | 0 | 1011001 | 11100 | 1101000 | 1010000 | 101000 |
Color Harmonies of #40B814
Complementary color
Monochromatic Colors of #40B814
Black with #40B814
Text Example
Text Example
White with #40B814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B814; }
p { color: rgb(64,184,20); }
H1.HeaderClassName
{
color: #40B814;
}
.AnyTagClassName
{
color: #40B814;
}
</style>
background-color css
<style>
a { background-color: #40B814; }
a { background-color: rgb(64,184,20); }
div.DivClassName
{
background-color: #40B814;
}
.BgClassName
{
background-color: #40B814;
}
</style>
border-color css
<style>
span { border-color: #40B814; }
span { border-color: rgb(64,184,20); }
td.TdClassName
{
border-color: #40B814;
}
.TagClassName
{
border-color: #40B814;
}
</style>