Shades of Kelly Green #40B006
Tints of Kelly Green #40B006
RGB
CMYK
RGB Variations
Color information
#40B006 (or 0x40B006) is known color: Kelly Green. HEX triplet: 40, B0 and 06. RGB value is (64,176,6). Sum of RGB (Red+Green+Blue) = 64+176+6=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 176 (69.14% from 255 or 71.54% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 176 - color contains mainly: green. Hex color #40B006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B006 is #BF4FF9. Grayscale: #7B7B7B. Windows color (decimal): -12537850 or 438336. OLE color: 438336.
HSL color Cylindrical-coordinate representation of color #40B006: hue angle of 99.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40B006 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 6 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.31 |
| HSL | 99.53º | 0.93% | 0.36% | - |
| HSV(B) | 99.53º | 0.97% | 0.69% | - |
| XYZ | 17.67 | 32.15 | 5.45 | - |
| YUV | 123.13 | 61.89 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 6 | 0.64 | 0 | 0.97 | 0.31 | 99.53 | 0.93 | 0.36 |
| Hex | 40 | B0 | 6 | 40 | 0 | 61 | 1F | 64 | 5D | 24 |
| Octal | 100 | 260 | 6 | 100 | 0 | 141 | 37 | 144 | 135 | 44 |
| Binary | 1000000 | 10110000 | 110 | 1000000 | 0 | 1100001 | 11111 | 1100100 | 1011101 | 100100 |
Color Harmonies of #40B006
Complementary color
Monochromatic Colors of #40B006
Black with #40B006
Text Example
Text Example
White with #40B006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B006; }
p { color: rgb(64,176,6); }
H1.HeaderClassName
{
color: #40B006;
}
.AnyTagClassName
{
color: #40B006;
}
</style>
background-color css
<style>
a { background-color: #40B006; }
a { background-color: rgb(64,176,6); }
div.DivClassName
{
background-color: #40B006;
}
.BgClassName
{
background-color: #40B006;
}
</style>
border-color css
<style>
span { border-color: #40B006; }
span { border-color: rgb(64,176,6); }
td.TdClassName
{
border-color: #40B006;
}
.TagClassName
{
border-color: #40B006;
}
</style>