Shades of Kelly Green #40C908
Tints of Kelly Green #40C908
RGB
CMYK
RGB Variations
Color information
#40C908 (or 0x40C908) is known color: Kelly Green. HEX triplet: 40, C9 and 08. RGB value is (64,201,8). Sum of RGB (Red+Green+Blue) = 64+201+8=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 201 (78.91% from 255 or 73.63% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 201 - color contains mainly: green. Hex color #40C908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C908 is #BF36F7. Grayscale: #8A8A8A. Windows color (decimal): -12531448 or 575808. OLE color: 575808.
HSL color Cylindrical-coordinate representation of color #40C908: hue angle of 102.59º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40C908 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 8 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.21 |
| HSL | 102.59º | 0.92% | 0.41% | - |
| HSV(B) | 102.59º | 0.96% | 0.79% | - |
| XYZ | 23.04 | 42.88 | 7.29 | - |
| YUV | 138.04 | 54.61 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 8 | 0.68 | 0 | 0.96 | 0.21 | 102.59 | 0.92 | 0.41 |
| Hex | 40 | C9 | 8 | 44 | 0 | 60 | 15 | 67 | 5C | 29 |
| Octal | 100 | 311 | 10 | 104 | 0 | 140 | 25 | 147 | 134 | 51 |
| Binary | 1000000 | 11001001 | 1000 | 1000100 | 0 | 1100000 | 10101 | 1100111 | 1011100 | 101001 |
Color Harmonies of #40C908
Complementary color
Monochromatic Colors of #40C908
Black with #40C908
Text Example
Text Example
White with #40C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C908; }
p { color: rgb(64,201,8); }
H1.HeaderClassName
{
color: #40C908;
}
.AnyTagClassName
{
color: #40C908;
}
</style>
background-color css
<style>
a { background-color: #40C908; }
a { background-color: rgb(64,201,8); }
div.DivClassName
{
background-color: #40C908;
}
.BgClassName
{
background-color: #40C908;
}
</style>
border-color css
<style>
span { border-color: #40C908; }
span { border-color: rgb(64,201,8); }
td.TdClassName
{
border-color: #40C908;
}
.TagClassName
{
border-color: #40C908;
}
</style>