Shades of Kelly Green #40B005
Tints of Kelly Green #40B005
RGB
CMYK
RGB Variations
Color information
#40B005 (or 0x40B005) is known color: Kelly Green. HEX triplet: 40, B0 and 05. RGB value is (64,176,5). Sum of RGB (Red+Green+Blue) = 64+176+5=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 176 (69.14% from 255 or 71.84% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 176 - color contains mainly: green. Hex color #40B005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B005 is #BF4FFA. Grayscale: #7B7B7B. Windows color (decimal): -12537851 or 372800. OLE color: 372800.
HSL color Cylindrical-coordinate representation of color #40B005: hue angle of 99.3º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40B005 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 5 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.31 |
| HSL | 99.3º | 0.94% | 0.35% | - |
| HSV(B) | 99.3º | 0.97% | 0.69% | - |
| XYZ | 17.67 | 32.15 | 5.42 | - |
| YUV | 123.02 | 61.39 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 5 | 0.64 | 0 | 0.97 | 0.31 | 99.3 | 0.94 | 0.35 |
| Hex | 40 | B0 | 5 | 40 | 0 | 61 | 1F | 63 | 5E | 23 |
| Octal | 100 | 260 | 5 | 100 | 0 | 141 | 37 | 143 | 136 | 43 |
| Binary | 1000000 | 10110000 | 101 | 1000000 | 0 | 1100001 | 11111 | 1100011 | 1011110 | 100011 |
Color Harmonies of #40B005
Complementary color
Monochromatic Colors of #40B005
Black with #40B005
Text Example
Text Example
White with #40B005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B005; }
p { color: rgb(64,176,5); }
H1.HeaderClassName
{
color: #40B005;
}
.AnyTagClassName
{
color: #40B005;
}
</style>
background-color css
<style>
a { background-color: #40B005; }
a { background-color: rgb(64,176,5); }
div.DivClassName
{
background-color: #40B005;
}
.BgClassName
{
background-color: #40B005;
}
</style>
border-color css
<style>
span { border-color: #40B005; }
span { border-color: rgb(64,176,5); }
td.TdClassName
{
border-color: #40B005;
}
.TagClassName
{
border-color: #40B005;
}
</style>