Shades of Kelly Green #40B309
Tints of Kelly Green #40B309
RGB
CMYK
RGB Variations
Color information
#40B309 (or 0x40B309) is known color: Kelly Green. HEX triplet: 40, B3 and 09. RGB value is (64,179,9). Sum of RGB (Red+Green+Blue) = 64+179+9=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 179 (70.31% from 255 or 71.03% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 179 - color contains mainly: green. Hex color #40B309 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B309 is #BF4CF6. Grayscale: #7D7D7D. Windows color (decimal): -12537079 or 635712. OLE color: 635712.
HSL color Cylindrical-coordinate representation of color #40B309: hue angle of 100.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40B309 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 9 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.30 |
| HSL | 100.59º | 0.9% | 0.37% | - |
| HSV(B) | 100.59º | 0.95% | 0.7% | - |
| XYZ | 18.28 | 33.35 | 5.73 | - |
| YUV | 125.24 | 62.4 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 9 | 0.64 | 0 | 0.95 | 0.30 | 100.59 | 0.9 | 0.37 |
| Hex | 40 | B3 | 9 | 40 | 0 | 5F | 1E | 65 | 5A | 25 |
| Octal | 100 | 263 | 11 | 100 | 0 | 137 | 36 | 145 | 132 | 45 |
| Binary | 1000000 | 10110011 | 1001 | 1000000 | 0 | 1011111 | 11110 | 1100101 | 1011010 | 100101 |
Color Harmonies of #40B309
Complementary color
Monochromatic Colors of #40B309
Black with #40B309
Text Example
Text Example
White with #40B309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B309; }
p { color: rgb(64,179,9); }
H1.HeaderClassName
{
color: #40B309;
}
.AnyTagClassName
{
color: #40B309;
}
</style>
background-color css
<style>
a { background-color: #40B309; }
a { background-color: rgb(64,179,9); }
div.DivClassName
{
background-color: #40B309;
}
.BgClassName
{
background-color: #40B309;
}
</style>
border-color css
<style>
span { border-color: #40B309; }
span { border-color: rgb(64,179,9); }
td.TdClassName
{
border-color: #40B309;
}
.TagClassName
{
border-color: #40B309;
}
</style>