Shades of Emerald #40E275
Tints of Emerald #40E275
RGB
CMYK
RGB Variations
Color information
#40E275 (or 0x40E275) is known color: Emerald. HEX triplet: 40, E2 and 75. RGB value is (64,226,117). Sum of RGB (Red+Green+Blue) = 64+226+117=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 226 (88.67% from 255 or 55.53% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 226 - color contains mainly: green. Hex color #40E275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E275 is #BF1D8A. Grayscale: #A5A5A5. Windows color (decimal): -12524939 or 7725632. OLE color: 7725632.
HSL color Cylindrical-coordinate representation of color #40E275: hue angle of 139.63º 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 #40E275 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 117 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.11 |
| HSL | 139.63º | 0.74% | 0.57% | - |
| HSV(B) | 139.63º | 0.72% | 0.89% | - |
| XYZ | 32.52 | 56.77 | 26.07 | - |
| YUV | 165.14 | 100.83 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 117 | 0.72 | 0 | 0.48 | 0.11 | 139.63 | 0.74 | 0.57 |
| Hex | 40 | E2 | 75 | 48 | 0 | 30 | B | 8C | 4A | 39 |
| Octal | 100 | 342 | 165 | 110 | 0 | 60 | 13 | 214 | 112 | 71 |
| Binary | 1000000 | 11100010 | 1110101 | 1001000 | 0 | 110000 | 1011 | 10001100 | 1001010 | 111001 |
Color Harmonies of #40E275
Complementary color
Monochromatic Colors of #40E275
Black with #40E275
Text Example
Text Example
White with #40E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E275; }
p { color: rgb(64,226,117); }
H1.HeaderClassName
{
color: #40E275;
}
.AnyTagClassName
{
color: #40E275;
}
</style>
background-color css
<style>
a { background-color: #40E275; }
a { background-color: rgb(64,226,117); }
div.DivClassName
{
background-color: #40E275;
}
.BgClassName
{
background-color: #40E275;
}
</style>
border-color css
<style>
span { border-color: #40E275; }
span { border-color: rgb(64,226,117); }
td.TdClassName
{
border-color: #40E275;
}
.TagClassName
{
border-color: #40E275;
}
</style>