Shades of Kelly Green #40A305
Tints of Kelly Green #40A305
RGB
CMYK
RGB Variations
Color information
#40A305 (or 0x40A305) is known color: Kelly Green. HEX triplet: 40, A3 and 05. RGB value is (64,163,5). Sum of RGB (Red+Green+Blue) = 64+163+5=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 163 (64.06% from 255 or 70.26% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 163 - color contains mainly: green. Hex color #40A305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A305 is #BF5CFA. Grayscale: #737373. Windows color (decimal): -12541179 or 369472. OLE color: 369472.
HSL color Cylindrical-coordinate representation of color #40A305: hue angle of 97.59º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40A305 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 163 | 5 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.36 |
| HSL | 97.59º | 0.94% | 0.33% | - |
| HSV(B) | 97.59º | 0.97% | 0.64% | - |
| XYZ | 15.24 | 27.3 | 4.61 | - |
| YUV | 115.39 | 65.7 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 163 | 5 | 0.61 | 0 | 0.97 | 0.36 | 97.59 | 0.94 | 0.33 |
| Hex | 40 | A3 | 5 | 3D | 0 | 61 | 24 | 62 | 5E | 21 |
| Octal | 100 | 243 | 5 | 75 | 0 | 141 | 44 | 142 | 136 | 41 |
| Binary | 1000000 | 10100011 | 101 | 111101 | 0 | 1100001 | 100100 | 1100010 | 1011110 | 100001 |
Color Harmonies of #40A305
Complementary color
Monochromatic Colors of #40A305
Black with #40A305
Text Example
Text Example
White with #40A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A305; }
p { color: rgb(64,163,5); }
H1.HeaderClassName
{
color: #40A305;
}
.AnyTagClassName
{
color: #40A305;
}
</style>
background-color css
<style>
a { background-color: #40A305; }
a { background-color: rgb(64,163,5); }
div.DivClassName
{
background-color: #40A305;
}
.BgClassName
{
background-color: #40A305;
}
</style>
border-color css
<style>
span { border-color: #40A305; }
span { border-color: rgb(64,163,5); }
td.TdClassName
{
border-color: #40A305;
}
.TagClassName
{
border-color: #40A305;
}
</style>