Shades of Emerald #42E57F
Tints of Emerald #42E57F
RGB
CMYK
RGB Variations
Color information
#42E57F (or 0x42E57F) is known color: Emerald. HEX triplet: 42, E5 and 7F. RGB value is (66,229,127). Sum of RGB (Red+Green+Blue) = 66+229+127=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 229 (89.84% from 255 or 54.27% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 229 - color contains mainly: green. Hex color #42E57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E57F is #BD1A80. Grayscale: #A8A8A8. Windows color (decimal): -12393089 or 8381762. OLE color: 8381762.
HSL color Cylindrical-coordinate representation of color #42E57F: hue angle of 142.45º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E57F is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 127 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.10 |
| HSL | 142.45º | 0.76% | 0.58% | - |
| HSV(B) | 142.45º | 0.71% | 0.9% | - |
| XYZ | 34.1 | 58.73 | 29.62 | - |
| YUV | 168.64 | 104.5 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 127 | 0.71 | 0 | 0.45 | 0.10 | 142.45 | 0.76 | 0.58 |
| Hex | 42 | E5 | 7F | 47 | 0 | 2D | A | 8E | 4C | 3A |
| Octal | 102 | 345 | 177 | 107 | 0 | 55 | 12 | 216 | 114 | 72 |
| Binary | 1000010 | 11100101 | 1111111 | 1000111 | 0 | 101101 | 1010 | 10001110 | 1001100 | 111010 |
Color Harmonies of #42E57F
Complementary color
Monochromatic Colors of #42E57F
Black with #42E57F
Text Example
Text Example
White with #42E57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E57F; }
p { color: rgb(66,229,127); }
H1.HeaderClassName
{
color: #42E57F;
}
.AnyTagClassName
{
color: #42E57F;
}
</style>
background-color css
<style>
a { background-color: #42E57F; }
a { background-color: rgb(66,229,127); }
div.DivClassName
{
background-color: #42E57F;
}
.BgClassName
{
background-color: #42E57F;
}
</style>
border-color css
<style>
span { border-color: #42E57F; }
span { border-color: rgb(66,229,127); }
td.TdClassName
{
border-color: #42E57F;
}
.TagClassName
{
border-color: #42E57F;
}
</style>