Shades of Emerald #40C85D
Tints of Emerald #40C85D
RGB
CMYK
RGB Variations
Color information
#40C85D (or 0x40C85D) is known color: Emerald. HEX triplet: 40, C8 and 5D. RGB value is (64,200,93). Sum of RGB (Red+Green+Blue) = 64+200+93=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #40C85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C85D is #BF37A2. Grayscale: #939393. Windows color (decimal): -12531619 or 6146112. OLE color: 6146112.
HSL color Cylindrical-coordinate representation of color #40C85D: hue angle of 132.79º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C85D is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 200 | 93 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.22 |
| HSL | 132.79º | 0.55% | 0.52% | - |
| HSV(B) | 132.79º | 0.68% | 0.78% | - |
| XYZ | 24.74 | 43.19 | 17.39 | - |
| YUV | 147.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 93 | 0.68 | 0 | 0.54 | 0.22 | 132.79 | 0.55 | 0.52 |
| Hex | 40 | C8 | 5D | 44 | 0 | 36 | 16 | 85 | 37 | 34 |
| Octal | 100 | 310 | 135 | 104 | 0 | 66 | 26 | 205 | 67 | 64 |
| Binary | 1000000 | 11001000 | 1011101 | 1000100 | 0 | 110110 | 10110 | 10000101 | 110111 | 110100 |
Color Harmonies of #40C85D
Complementary color
Monochromatic Colors of #40C85D
Black with #40C85D
Text Example
Text Example
White with #40C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C85D; }
p { color: rgb(64,200,93); }
H1.HeaderClassName
{
color: #40C85D;
}
.AnyTagClassName
{
color: #40C85D;
}
</style>
background-color css
<style>
a { background-color: #40C85D; }
a { background-color: rgb(64,200,93); }
div.DivClassName
{
background-color: #40C85D;
}
.BgClassName
{
background-color: #40C85D;
}
</style>
border-color css
<style>
span { border-color: #40C85D; }
span { border-color: rgb(64,200,93); }
td.TdClassName
{
border-color: #40C85D;
}
.TagClassName
{
border-color: #40C85D;
}
</style>