Shades of Emerald #40E75B
Tints of Emerald #40E75B
RGB
CMYK
RGB Variations
Color information
#40E75B (or 0x40E75B) is known color: Emerald. HEX triplet: 40, E7 and 5B. RGB value is (64,231,91). Sum of RGB (Red+Green+Blue) = 64+231+91=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 231 (90.62% from 255 or 59.84% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 231 - color contains mainly: green. Hex color #40E75B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E75B is #BF18A4. Grayscale: #A5A5A5. Windows color (decimal): -12523685 or 6022976. OLE color: 6022976.
HSL color Cylindrical-coordinate representation of color #40E75B: hue angle of 129.7º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E75B is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 91 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.09 |
| HSL | 129.7º | 0.78% | 0.58% | - |
| HSV(B) | 129.7º | 0.72% | 0.91% | - |
| XYZ | 32.58 | 59 | 19.57 | - |
| YUV | 165.11 | 86.17 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 91 | 0.72 | 0 | 0.61 | 0.09 | 129.7 | 0.78 | 0.58 |
| Hex | 40 | E7 | 5B | 48 | 0 | 3D | 9 | 82 | 4E | 3A |
| Octal | 100 | 347 | 133 | 110 | 0 | 75 | 11 | 202 | 116 | 72 |
| Binary | 1000000 | 11100111 | 1011011 | 1001000 | 0 | 111101 | 1001 | 10000010 | 1001110 | 111010 |
Color Harmonies of #40E75B
Complementary color
Monochromatic Colors of #40E75B
Black with #40E75B
Text Example
Text Example
White with #40E75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E75B; }
p { color: rgb(64,231,91); }
H1.HeaderClassName
{
color: #40E75B;
}
.AnyTagClassName
{
color: #40E75B;
}
</style>
background-color css
<style>
a { background-color: #40E75B; }
a { background-color: rgb(64,231,91); }
div.DivClassName
{
background-color: #40E75B;
}
.BgClassName
{
background-color: #40E75B;
}
</style>
border-color css
<style>
span { border-color: #40E75B; }
span { border-color: rgb(64,231,91); }
td.TdClassName
{
border-color: #40E75B;
}
.TagClassName
{
border-color: #40E75B;
}
</style>