Shades of Kelly Green #40B712
Tints of Kelly Green #40B712
RGB
CMYK
RGB Variations
Color information
#40B712 (or 0x40B712) is known color: Kelly Green. HEX triplet: 40, B7 and 12. RGB value is (64,183,18). Sum of RGB (Red+Green+Blue) = 64+183+18=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 183 (71.88% from 255 or 69.06% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 183 - color contains mainly: green. Hex color #40B712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B712 is #BF48ED. Grayscale: #818181. Windows color (decimal): -12536046 or 1226560. OLE color: 1226560.
HSL color Cylindrical-coordinate representation of color #40B712: hue angle of 103.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40B712 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 18 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.28 |
| HSL | 103.27º | 0.82% | 0.39% | - |
| HSV(B) | 103.27º | 0.9% | 0.72% | - |
| XYZ | 19.16 | 35 | 6.32 | - |
| YUV | 128.61 | 65.58 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 18 | 0.65 | 0 | 0.90 | 0.28 | 103.27 | 0.82 | 0.39 |
| Hex | 40 | B7 | 12 | 41 | 0 | 5A | 1C | 67 | 52 | 27 |
| Octal | 100 | 267 | 22 | 101 | 0 | 132 | 34 | 147 | 122 | 47 |
| Binary | 1000000 | 10110111 | 10010 | 1000001 | 0 | 1011010 | 11100 | 1100111 | 1010010 | 100111 |
Color Harmonies of #40B712
Complementary color
Monochromatic Colors of #40B712
Black with #40B712
Text Example
Text Example
White with #40B712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B712; }
p { color: rgb(64,183,18); }
H1.HeaderClassName
{
color: #40B712;
}
.AnyTagClassName
{
color: #40B712;
}
</style>
background-color css
<style>
a { background-color: #40B712; }
a { background-color: rgb(64,183,18); }
div.DivClassName
{
background-color: #40B712;
}
.BgClassName
{
background-color: #40B712;
}
</style>
border-color css
<style>
span { border-color: #40B712; }
span { border-color: rgb(64,183,18); }
td.TdClassName
{
border-color: #40B712;
}
.TagClassName
{
border-color: #40B712;
}
</style>