Shades of Chateau Green #40BA57
Tints of Chateau Green #40BA57
RGB
CMYK
RGB Variations
Color information
#40BA57 (or 0x40BA57) is known color: Chateau Green. HEX triplet: 40, BA and 57. RGB value is (64,186,87). Sum of RGB (Red+Green+Blue) = 64+186+87=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA57 is #BF45A8. Grayscale: #8A8A8A. Windows color (decimal): -12535209 or 5749312. OLE color: 5749312.
HSL color Cylindrical-coordinate representation of color #40BA57: hue angle of 131.31º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA57 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 87 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.27 |
| HSL | 131.31º | 0.49% | 0.49% | - |
| HSV(B) | 131.31º | 0.66% | 0.73% | - |
| XYZ | 21.39 | 36.9 | 15.01 | - |
| YUV | 138.24 | 99.08 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 87 | 0.66 | 0 | 0.53 | 0.27 | 131.31 | 0.49 | 0.49 |
| Hex | 40 | BA | 57 | 42 | 0 | 35 | 1B | 83 | 31 | 31 |
| Octal | 100 | 272 | 127 | 102 | 0 | 65 | 33 | 203 | 61 | 61 |
| Binary | 1000000 | 10111010 | 1010111 | 1000010 | 0 | 110101 | 11011 | 10000011 | 110001 | 110001 |
Color Harmonies of #40BA57
Complementary color
Monochromatic Colors of #40BA57
Black with #40BA57
Text Example
Text Example
White with #40BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA57; }
p { color: rgb(64,186,87); }
H1.HeaderClassName
{
color: #40BA57;
}
.AnyTagClassName
{
color: #40BA57;
}
</style>
background-color css
<style>
a { background-color: #40BA57; }
a { background-color: rgb(64,186,87); }
div.DivClassName
{
background-color: #40BA57;
}
.BgClassName
{
background-color: #40BA57;
}
</style>
border-color css
<style>
span { border-color: #40BA57; }
span { border-color: rgb(64,186,87); }
td.TdClassName
{
border-color: #40BA57;
}
.TagClassName
{
border-color: #40BA57;
}
</style>