Shades of Emerald #40E06C
Tints of Emerald #40E06C
RGB
CMYK
RGB Variations
Color information
#40E06C (or 0x40E06C) is known color: Emerald. HEX triplet: 40, E0 and 6C. RGB value is (64,224,108). Sum of RGB (Red+Green+Blue) = 64+224+108=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 224 (87.89% from 255 or 56.57% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 224 - color contains mainly: green. Hex color #40E06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E06C is #BF1F93. Grayscale: #A3A3A3. Windows color (decimal): -12525460 or 7135296. OLE color: 7135296.
HSL color Cylindrical-coordinate representation of color #40E06C: hue angle of 136.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E06C is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 108 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.12 |
| HSL | 136.5º | 0.72% | 0.56% | - |
| HSV(B) | 136.5º | 0.71% | 0.88% | - |
| XYZ | 31.48 | 55.48 | 23.24 | - |
| YUV | 162.94 | 96.99 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 108 | 0.71 | 0 | 0.52 | 0.12 | 136.5 | 0.72 | 0.56 |
| Hex | 40 | E0 | 6C | 47 | 0 | 34 | C | 88 | 48 | 38 |
| Octal | 100 | 340 | 154 | 107 | 0 | 64 | 14 | 210 | 110 | 70 |
| Binary | 1000000 | 11100000 | 1101100 | 1000111 | 0 | 110100 | 1100 | 10001000 | 1001000 | 111000 |
Color Harmonies of #40E06C
Complementary color
Monochromatic Colors of #40E06C
Black with #40E06C
Text Example
Text Example
White with #40E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E06C; }
p { color: rgb(64,224,108); }
H1.HeaderClassName
{
color: #40E06C;
}
.AnyTagClassName
{
color: #40E06C;
}
</style>
background-color css
<style>
a { background-color: #40E06C; }
a { background-color: rgb(64,224,108); }
div.DivClassName
{
background-color: #40E06C;
}
.BgClassName
{
background-color: #40E06C;
}
</style>
border-color css
<style>
span { border-color: #40E06C; }
span { border-color: rgb(64,224,108); }
td.TdClassName
{
border-color: #40E06C;
}
.TagClassName
{
border-color: #40E06C;
}
</style>