Shades of Emerald #40E35B
Tints of Emerald #40E35B
RGB
CMYK
RGB Variations
Color information
#40E35B (or 0x40E35B) is known color: Emerald. HEX triplet: 40, E3 and 5B. RGB value is (64,227,91). Sum of RGB (Red+Green+Blue) = 64+227+91=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 227 (89.06% from 255 or 59.42% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 227 - color contains mainly: green. Hex color #40E35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E35B is #BF1CA4. Grayscale: #A3A3A3. Windows color (decimal): -12524709 or 6021952. OLE color: 6021952.
HSL color Cylindrical-coordinate representation of color #40E35B: hue angle of 129.94º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E35B is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 227 | 91 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.11 |
| HSL | 129.94º | 0.74% | 0.57% | - |
| HSV(B) | 129.94º | 0.72% | 0.89% | - |
| XYZ | 31.47 | 56.78 | 19.2 | - |
| YUV | 162.76 | 87.5 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 227 | 91 | 0.72 | 0 | 0.60 | 0.11 | 129.94 | 0.74 | 0.57 |
| Hex | 40 | E3 | 5B | 48 | 0 | 3C | B | 82 | 4A | 39 |
| Octal | 100 | 343 | 133 | 110 | 0 | 74 | 13 | 202 | 112 | 71 |
| Binary | 1000000 | 11100011 | 1011011 | 1001000 | 0 | 111100 | 1011 | 10000010 | 1001010 | 111001 |
Color Harmonies of #40E35B
Complementary color
Monochromatic Colors of #40E35B
Black with #40E35B
Text Example
Text Example
White with #40E35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E35B; }
p { color: rgb(64,227,91); }
H1.HeaderClassName
{
color: #40E35B;
}
.AnyTagClassName
{
color: #40E35B;
}
</style>
background-color css
<style>
a { background-color: #40E35B; }
a { background-color: rgb(64,227,91); }
div.DivClassName
{
background-color: #40E35B;
}
.BgClassName
{
background-color: #40E35B;
}
</style>
border-color css
<style>
span { border-color: #40E35B; }
span { border-color: rgb(64,227,91); }
td.TdClassName
{
border-color: #40E35B;
}
.TagClassName
{
border-color: #40E35B;
}
</style>