Shades of Emerald #40DC5A
Tints of Emerald #40DC5A
RGB
CMYK
RGB Variations
Color information
#40DC5A (or 0x40DC5A) is known color: Emerald. HEX triplet: 40, DC and 5A. RGB value is (64,220,90). Sum of RGB (Red+Green+Blue) = 64+220+90=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DC5A is #BF23A5. Grayscale: #9E9E9E. Windows color (decimal): -12526502 or 5954624. OLE color: 5954624.
HSL color Cylindrical-coordinate representation of color #40DC5A: hue angle of 130º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DC5A is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 220 | 90 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.14 |
| HSL | 130º | 0.69% | 0.56% | - |
| HSV(B) | 130º | 0.71% | 0.86% | - |
| XYZ | 29.55 | 53.01 | 18.35 | - |
| YUV | 158.54 | 89.32 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 90 | 0.71 | 0 | 0.59 | 0.14 | 130 | 0.69 | 0.56 |
| Hex | 40 | DC | 5A | 47 | 0 | 3B | E | 82 | 45 | 38 |
| Octal | 100 | 334 | 132 | 107 | 0 | 73 | 16 | 202 | 105 | 70 |
| Binary | 1000000 | 11011100 | 1011010 | 1000111 | 0 | 111011 | 1110 | 10000010 | 1000101 | 111000 |
Color Harmonies of #40DC5A
Complementary color
Monochromatic Colors of #40DC5A
Black with #40DC5A
Text Example
Text Example
White with #40DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DC5A; }
p { color: rgb(64,220,90); }
H1.HeaderClassName
{
color: #40DC5A;
}
.AnyTagClassName
{
color: #40DC5A;
}
</style>
background-color css
<style>
a { background-color: #40DC5A; }
a { background-color: rgb(64,220,90); }
div.DivClassName
{
background-color: #40DC5A;
}
.BgClassName
{
background-color: #40DC5A;
}
</style>
border-color css
<style>
span { border-color: #40DC5A; }
span { border-color: rgb(64,220,90); }
td.TdClassName
{
border-color: #40DC5A;
}
.TagClassName
{
border-color: #40DC5A;
}
</style>