Shades of Kelly Green #40D619
Tints of Kelly Green #40D619
RGB
CMYK
RGB Variations
Color information
#40D619 (or 0x40D619) is known color: Kelly Green. HEX triplet: 40, D6 and 19. RGB value is (64,214,25). Sum of RGB (Red+Green+Blue) = 64+214+25=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 214 (83.98% from 255 or 70.63% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 214 - color contains mainly: green. Hex color #40D619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D619 is #BF29E6. Grayscale: #949494. Windows color (decimal): -12528103 or 1693248. OLE color: 1693248.
HSL color Cylindrical-coordinate representation of color #40D619: hue angle of 107.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40D619 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 214 | 25 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.16 |
| HSL | 107.62º | 0.79% | 0.47% | - |
| HSV(B) | 107.62º | 0.88% | 0.84% | - |
| XYZ | 26.34 | 49.25 | 9.04 | - |
| YUV | 147.6 | 58.81 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 214 | 25 | 0.70 | 0 | 0.88 | 0.16 | 107.62 | 0.79 | 0.47 |
| Hex | 40 | D6 | 19 | 46 | 0 | 58 | 10 | 6C | 4F | 2F |
| Octal | 100 | 326 | 31 | 106 | 0 | 130 | 20 | 154 | 117 | 57 |
| Binary | 1000000 | 11010110 | 11001 | 1000110 | 0 | 1011000 | 10000 | 1101100 | 1001111 | 101111 |
Color Harmonies of #40D619
Complementary color
Monochromatic Colors of #40D619
Black with #40D619
Text Example
Text Example
White with #40D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D619; }
p { color: rgb(64,214,25); }
H1.HeaderClassName
{
color: #40D619;
}
.AnyTagClassName
{
color: #40D619;
}
</style>
background-color css
<style>
a { background-color: #40D619; }
a { background-color: rgb(64,214,25); }
div.DivClassName
{
background-color: #40D619;
}
.BgClassName
{
background-color: #40D619;
}
</style>
border-color css
<style>
span { border-color: #40D619; }
span { border-color: rgb(64,214,25); }
td.TdClassName
{
border-color: #40D619;
}
.TagClassName
{
border-color: #40D619;
}
</style>