Shades of Emerald #40CB7B
Tints of Emerald #40CB7B
RGB
CMYK
RGB Variations
Color information
#40CB7B (or 0x40CB7B) is known color: Emerald. HEX triplet: 40, CB and 7B. RGB value is (64,203,123). Sum of RGB (Red+Green+Blue) = 64+203+123=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CB7B is #BF3484. Grayscale: #989898. Windows color (decimal): -12530821 or 8112960. OLE color: 8112960.
HSL color Cylindrical-coordinate representation of color #40CB7B: hue angle of 145.47º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CB7B is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 123 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.20 |
| HSL | 145.47º | 0.57% | 0.52% | - |
| HSV(B) | 145.47º | 0.68% | 0.8% | - |
| XYZ | 27.05 | 45.23 | 26.04 | - |
| YUV | 152.32 | 111.45 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 123 | 0.68 | 0 | 0.39 | 0.20 | 145.47 | 0.57 | 0.52 |
| Hex | 40 | CB | 7B | 44 | 0 | 27 | 14 | 91 | 39 | 34 |
| Octal | 100 | 313 | 173 | 104 | 0 | 47 | 24 | 221 | 71 | 64 |
| Binary | 1000000 | 11001011 | 1111011 | 1000100 | 0 | 100111 | 10100 | 10010001 | 111001 | 110100 |
Color Harmonies of #40CB7B
Complementary color
Monochromatic Colors of #40CB7B
Black with #40CB7B
Text Example
Text Example
White with #40CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CB7B; }
p { color: rgb(64,203,123); }
H1.HeaderClassName
{
color: #40CB7B;
}
.AnyTagClassName
{
color: #40CB7B;
}
</style>
background-color css
<style>
a { background-color: #40CB7B; }
a { background-color: rgb(64,203,123); }
div.DivClassName
{
background-color: #40CB7B;
}
.BgClassName
{
background-color: #40CB7B;
}
</style>
border-color css
<style>
span { border-color: #40CB7B; }
span { border-color: rgb(64,203,123); }
td.TdClassName
{
border-color: #40CB7B;
}
.TagClassName
{
border-color: #40CB7B;
}
</style>