Shades of Kelly Green #40B12D
Tints of Kelly Green #40B12D
RGB
CMYK
RGB Variations
Color information
#40B12D (or 0x40B12D) is known color: Kelly Green. HEX triplet: 40, B1 and 2D. RGB value is (64,177,45). Sum of RGB (Red+Green+Blue) = 64+177+45=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 177 (69.53% from 255 or 61.89% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 177 - color contains mainly: green. Hex color #40B12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B12D is #BF4ED2. Grayscale: #808080. Windows color (decimal): -12537555 or 2994496. OLE color: 2994496.
HSL color Cylindrical-coordinate representation of color #40B12D: hue angle of 111.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40B12D is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 45 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.31 |
| HSL | 111.36º | 0.59% | 0.44% | - |
| HSV(B) | 111.36º | 0.75% | 0.69% | - |
| XYZ | 18.31 | 32.72 | 7.83 | - |
| YUV | 128.17 | 81.06 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 45 | 0.64 | 0 | 0.75 | 0.31 | 111.36 | 0.59 | 0.44 |
| Hex | 40 | B1 | 2D | 40 | 0 | 4B | 1F | 6F | 3B | 2C |
| Octal | 100 | 261 | 55 | 100 | 0 | 113 | 37 | 157 | 73 | 54 |
| Binary | 1000000 | 10110001 | 101101 | 1000000 | 0 | 1001011 | 11111 | 1101111 | 111011 | 101100 |
Color Harmonies of #40B12D
Complementary color
Monochromatic Colors of #40B12D
Black with #40B12D
Text Example
Text Example
White with #40B12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B12D; }
p { color: rgb(64,177,45); }
H1.HeaderClassName
{
color: #40B12D;
}
.AnyTagClassName
{
color: #40B12D;
}
</style>
background-color css
<style>
a { background-color: #40B12D; }
a { background-color: rgb(64,177,45); }
div.DivClassName
{
background-color: #40B12D;
}
.BgClassName
{
background-color: #40B12D;
}
</style>
border-color css
<style>
span { border-color: #40B12D; }
span { border-color: rgb(64,177,45); }
td.TdClassName
{
border-color: #40B12D;
}
.TagClassName
{
border-color: #40B12D;
}
</style>