Shades of Emerald #42E26F
Tints of Emerald #42E26F
RGB
CMYK
RGB Variations
Color information
#42E26F (or 0x42E26F) is known color: Emerald. HEX triplet: 42, E2 and 6F. RGB value is (66,226,111). Sum of RGB (Red+Green+Blue) = 66+226+111=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 226 (88.67% from 255 or 56.08% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 226 - color contains mainly: green. Hex color #42E26F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E26F is #BD1D90. Grayscale: #A5A5A5. Windows color (decimal): -12393873 or 7332418. OLE color: 7332418.
HSL color Cylindrical-coordinate representation of color #42E26F: hue angle of 136.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E26F is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 226 | 111 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.11 |
| HSL | 136.88º | 0.73% | 0.57% | - |
| HSV(B) | 136.88º | 0.71% | 0.89% | - |
| XYZ | 32.31 | 56.7 | 24.28 | - |
| YUV | 165.05 | 97.49 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 111 | 0.71 | 0 | 0.51 | 0.11 | 136.88 | 0.73 | 0.57 |
| Hex | 42 | E2 | 6F | 47 | 0 | 33 | B | 89 | 49 | 39 |
| Octal | 102 | 342 | 157 | 107 | 0 | 63 | 13 | 211 | 111 | 71 |
| Binary | 1000010 | 11100010 | 1101111 | 1000111 | 0 | 110011 | 1011 | 10001001 | 1001001 | 111001 |
Color Harmonies of #42E26F
Complementary color
Monochromatic Colors of #42E26F
Black with #42E26F
Text Example
Text Example
White with #42E26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E26F; }
p { color: rgb(66,226,111); }
H1.HeaderClassName
{
color: #42E26F;
}
.AnyTagClassName
{
color: #42E26F;
}
</style>
background-color css
<style>
a { background-color: #42E26F; }
a { background-color: rgb(66,226,111); }
div.DivClassName
{
background-color: #42E26F;
}
.BgClassName
{
background-color: #42E26F;
}
</style>
border-color css
<style>
span { border-color: #42E26F; }
span { border-color: rgb(66,226,111); }
td.TdClassName
{
border-color: #42E26F;
}
.TagClassName
{
border-color: #42E26F;
}
</style>