Shades of Emerald #40C385
Tints of Emerald #40C385
RGB
CMYK
RGB Variations
Color information
#40C385 (or 0x40C385) is known color: Emerald. HEX triplet: 40, C3 and 85. RGB value is (64,195,133). Sum of RGB (Red+Green+Blue) = 64+195+133=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #40C385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C385 is #BF3C7A. Grayscale: #949494. Windows color (decimal): -12532859 or 8766272. OLE color: 8766272.
HSL color Cylindrical-coordinate representation of color #40C385: hue angle of 151.6º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C385 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 133 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.24 |
| HSL | 151.6º | 0.52% | 0.51% | - |
| HSV(B) | 151.6º | 0.67% | 0.76% | - |
| XYZ | 25.86 | 41.81 | 28.9 | - |
| YUV | 148.76 | 119.1 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 133 | 0.67 | 0 | 0.32 | 0.24 | 151.6 | 0.52 | 0.51 |
| Hex | 40 | C3 | 85 | 43 | 0 | 20 | 18 | 98 | 34 | 33 |
| Octal | 100 | 303 | 205 | 103 | 0 | 40 | 30 | 230 | 64 | 63 |
| Binary | 1000000 | 11000011 | 10000101 | 1000011 | 0 | 100000 | 11000 | 10011000 | 110100 | 110011 |
Color Harmonies of #40C385
Complementary color
Monochromatic Colors of #40C385
Black with #40C385
Text Example
Text Example
White with #40C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C385; }
p { color: rgb(64,195,133); }
H1.HeaderClassName
{
color: #40C385;
}
.AnyTagClassName
{
color: #40C385;
}
</style>
background-color css
<style>
a { background-color: #40C385; }
a { background-color: rgb(64,195,133); }
div.DivClassName
{
background-color: #40C385;
}
.BgClassName
{
background-color: #40C385;
}
</style>
border-color css
<style>
span { border-color: #40C385; }
span { border-color: rgb(64,195,133); }
td.TdClassName
{
border-color: #40C385;
}
.TagClassName
{
border-color: #40C385;
}
</style>