Shades of Kelly Green #40C919
Tints of Kelly Green #40C919
RGB
CMYK
RGB Variations
Color information
#40C919 (or 0x40C919) is known color: Kelly Green. HEX triplet: 40, C9 and 19. RGB value is (64,201,25). Sum of RGB (Red+Green+Blue) = 64+201+25=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 201 (78.91% from 255 or 69.31% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 201 - color contains mainly: green. Hex color #40C919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C919 is #BF36E6. Grayscale: #8C8C8C. Windows color (decimal): -12531431 or 1689920. OLE color: 1689920.
HSL color Cylindrical-coordinate representation of color #40C919: hue angle of 106.7º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40C919 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 25 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.21 |
| HSL | 106.7º | 0.78% | 0.44% | - |
| HSV(B) | 106.7º | 0.88% | 0.79% | - |
| XYZ | 23.18 | 42.93 | 7.99 | - |
| YUV | 139.97 | 63.11 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 25 | 0.68 | 0 | 0.88 | 0.21 | 106.7 | 0.78 | 0.44 |
| Hex | 40 | C9 | 19 | 44 | 0 | 58 | 15 | 6B | 4E | 2C |
| Octal | 100 | 311 | 31 | 104 | 0 | 130 | 25 | 153 | 116 | 54 |
| Binary | 1000000 | 11001001 | 11001 | 1000100 | 0 | 1011000 | 10101 | 1101011 | 1001110 | 101100 |
Color Harmonies of #40C919
Complementary color
Monochromatic Colors of #40C919
Black with #40C919
Text Example
Text Example
White with #40C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C919; }
p { color: rgb(64,201,25); }
H1.HeaderClassName
{
color: #40C919;
}
.AnyTagClassName
{
color: #40C919;
}
</style>
background-color css
<style>
a { background-color: #40C919; }
a { background-color: rgb(64,201,25); }
div.DivClassName
{
background-color: #40C919;
}
.BgClassName
{
background-color: #40C919;
}
</style>
border-color css
<style>
span { border-color: #40C919; }
span { border-color: rgb(64,201,25); }
td.TdClassName
{
border-color: #40C919;
}
.TagClassName
{
border-color: #40C919;
}
</style>