Shades of Emerald #40E269
Tints of Emerald #40E269
RGB
CMYK
RGB Variations
Color information
#40E269 (or 0x40E269) is known color: Emerald. HEX triplet: 40, E2 and 69. RGB value is (64,226,105). Sum of RGB (Red+Green+Blue) = 64+226+105=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 226 (88.67% from 255 or 57.22% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 226 - color contains mainly: green. Hex color #40E269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E269 is #BF1D96. Grayscale: #A4A4A4. Windows color (decimal): -12524951 or 6939200. OLE color: 6939200.
HSL color Cylindrical-coordinate representation of color #40E269: hue angle of 135.19º 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 #40E269 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 105 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.11 |
| HSL | 135.19º | 0.74% | 0.57% | - |
| HSV(B) | 135.19º | 0.72% | 0.89% | - |
| XYZ | 31.86 | 56.5 | 22.59 | - |
| YUV | 163.77 | 94.83 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 105 | 0.72 | 0 | 0.54 | 0.11 | 135.19 | 0.74 | 0.57 |
| Hex | 40 | E2 | 69 | 48 | 0 | 36 | B | 87 | 4A | 39 |
| Octal | 100 | 342 | 151 | 110 | 0 | 66 | 13 | 207 | 112 | 71 |
| Binary | 1000000 | 11100010 | 1101001 | 1001000 | 0 | 110110 | 1011 | 10000111 | 1001010 | 111001 |
Color Harmonies of #40E269
Complementary color
Monochromatic Colors of #40E269
Black with #40E269
Text Example
Text Example
White with #40E269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E269; }
p { color: rgb(64,226,105); }
H1.HeaderClassName
{
color: #40E269;
}
.AnyTagClassName
{
color: #40E269;
}
</style>
background-color css
<style>
a { background-color: #40E269; }
a { background-color: rgb(64,226,105); }
div.DivClassName
{
background-color: #40E269;
}
.BgClassName
{
background-color: #40E269;
}
</style>
border-color css
<style>
span { border-color: #40E269; }
span { border-color: rgb(64,226,105); }
td.TdClassName
{
border-color: #40E269;
}
.TagClassName
{
border-color: #40E269;
}
</style>