Shades of Kelly Green #40A608
Tints of Kelly Green #40A608
RGB
CMYK
RGB Variations
Color information
#40A608 (or 0x40A608) is known color: Kelly Green. HEX triplet: 40, A6 and 08. RGB value is (64,166,8). Sum of RGB (Red+Green+Blue) = 64+166+8=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 166 (65.23% from 255 or 69.75% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 166 - color contains mainly: green. Hex color #40A608 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A608 is #BF59F7. Grayscale: #767676. Windows color (decimal): -12540408 or 566848. OLE color: 566848.
HSL color Cylindrical-coordinate representation of color #40A608: hue angle of 98.73º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40A608 is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 8 | - |
| CMYK | 0.61 | 0 | 0.95 | 0.35 |
| HSL | 98.73º | 0.91% | 0.34% | - |
| HSV(B) | 98.73º | 0.95% | 0.65% | - |
| XYZ | 15.79 | 28.38 | 4.88 | - |
| YUV | 117.49 | 66.21 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 8 | 0.61 | 0 | 0.95 | 0.35 | 98.73 | 0.91 | 0.34 |
| Hex | 40 | A6 | 8 | 3D | 0 | 5F | 23 | 63 | 5B | 22 |
| Octal | 100 | 246 | 10 | 75 | 0 | 137 | 43 | 143 | 133 | 42 |
| Binary | 1000000 | 10100110 | 1000 | 111101 | 0 | 1011111 | 100011 | 1100011 | 1011011 | 100010 |
Color Harmonies of #40A608
Complementary color
Monochromatic Colors of #40A608
Black with #40A608
Text Example
Text Example
White with #40A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A608; }
p { color: rgb(64,166,8); }
H1.HeaderClassName
{
color: #40A608;
}
.AnyTagClassName
{
color: #40A608;
}
</style>
background-color css
<style>
a { background-color: #40A608; }
a { background-color: rgb(64,166,8); }
div.DivClassName
{
background-color: #40A608;
}
.BgClassName
{
background-color: #40A608;
}
</style>
border-color css
<style>
span { border-color: #40A608; }
span { border-color: rgb(64,166,8); }
td.TdClassName
{
border-color: #40A608;
}
.TagClassName
{
border-color: #40A608;
}
</style>