Shades of Kelly Green #40C619
Tints of Kelly Green #40C619
RGB
CMYK
RGB Variations
Color information
#40C619 (or 0x40C619) is known color: Kelly Green. HEX triplet: 40, C6 and 19. RGB value is (64,198,25). Sum of RGB (Red+Green+Blue) = 64+198+25=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 198 (77.73% from 255 or 68.99% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 198 - color contains mainly: green. Hex color #40C619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C619 is #BF39E6. Grayscale: #8A8A8A. Windows color (decimal): -12532199 or 1689152. OLE color: 1689152.
HSL color Cylindrical-coordinate representation of color #40C619: hue angle of 106.47º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40C619 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 198 | 25 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.22 |
| HSL | 106.47º | 0.78% | 0.44% | - |
| HSV(B) | 106.47º | 0.87% | 0.78% | - |
| XYZ | 22.48 | 41.55 | 7.75 | - |
| YUV | 138.21 | 64.11 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 25 | 0.68 | 0 | 0.87 | 0.22 | 106.47 | 0.78 | 0.44 |
| Hex | 40 | C6 | 19 | 44 | 0 | 57 | 16 | 6A | 4E | 2C |
| Octal | 100 | 306 | 31 | 104 | 0 | 127 | 26 | 152 | 116 | 54 |
| Binary | 1000000 | 11000110 | 11001 | 1000100 | 0 | 1010111 | 10110 | 1101010 | 1001110 | 101100 |
Color Harmonies of #40C619
Complementary color
Monochromatic Colors of #40C619
Black with #40C619
Text Example
Text Example
White with #40C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C619; }
p { color: rgb(64,198,25); }
H1.HeaderClassName
{
color: #40C619;
}
.AnyTagClassName
{
color: #40C619;
}
</style>
background-color css
<style>
a { background-color: #40C619; }
a { background-color: rgb(64,198,25); }
div.DivClassName
{
background-color: #40C619;
}
.BgClassName
{
background-color: #40C619;
}
</style>
border-color css
<style>
span { border-color: #40C619; }
span { border-color: rgb(64,198,25); }
td.TdClassName
{
border-color: #40C619;
}
.TagClassName
{
border-color: #40C619;
}
</style>