Shades of Emerald #40CB75
Tints of Emerald #40CB75
RGB
CMYK
RGB Variations
Color information
#40CB75 (or 0x40CB75) is known color: Emerald. HEX triplet: 40, CB and 75. RGB value is (64,203,117). Sum of RGB (Red+Green+Blue) = 64+203+117=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CB75 is #BF348A. Grayscale: #979797. Windows color (decimal): -12530827 or 7719744. OLE color: 7719744.
HSL color Cylindrical-coordinate representation of color #40CB75: hue angle of 142.88º 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 #40CB75 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 117 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.20 |
| HSL | 142.88º | 0.57% | 0.52% | - |
| HSV(B) | 142.88º | 0.68% | 0.8% | - |
| XYZ | 26.68 | 45.09 | 24.13 | - |
| YUV | 151.64 | 108.45 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 117 | 0.68 | 0 | 0.42 | 0.20 | 142.88 | 0.57 | 0.52 |
| Hex | 40 | CB | 75 | 44 | 0 | 2A | 14 | 8F | 39 | 34 |
| Octal | 100 | 313 | 165 | 104 | 0 | 52 | 24 | 217 | 71 | 64 |
| Binary | 1000000 | 11001011 | 1110101 | 1000100 | 0 | 101010 | 10100 | 10001111 | 111001 | 110100 |
Color Harmonies of #40CB75
Complementary color
Monochromatic Colors of #40CB75
Black with #40CB75
Text Example
Text Example
White with #40CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CB75; }
p { color: rgb(64,203,117); }
H1.HeaderClassName
{
color: #40CB75;
}
.AnyTagClassName
{
color: #40CB75;
}
</style>
background-color css
<style>
a { background-color: #40CB75; }
a { background-color: rgb(64,203,117); }
div.DivClassName
{
background-color: #40CB75;
}
.BgClassName
{
background-color: #40CB75;
}
</style>
border-color css
<style>
span { border-color: #40CB75; }
span { border-color: rgb(64,203,117); }
td.TdClassName
{
border-color: #40CB75;
}
.TagClassName
{
border-color: #40CB75;
}
</style>