Shades of Emerald #42E67F
Tints of Emerald #42E67F
RGB
CMYK
RGB Variations
Color information
#42E67F (or 0x42E67F) is known color: Emerald. HEX triplet: 42, E6 and 7F. RGB value is (66,230,127). Sum of RGB (Red+Green+Blue) = 66+230+127=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #42E67F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E67F is #BD1980. Grayscale: #A9A9A9. Windows color (decimal): -12392833 or 8382018. OLE color: 8382018.
HSL color Cylindrical-coordinate representation of color #42E67F: hue angle of 142.32º degrees, saturation: 0.77, 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 #42E67F is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 127 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.10 |
| HSL | 142.32º | 0.77% | 0.58% | - |
| HSV(B) | 142.32º | 0.71% | 0.9% | - |
| XYZ | 34.37 | 59.28 | 29.71 | - |
| YUV | 169.22 | 104.17 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 127 | 0.71 | 0 | 0.45 | 0.10 | 142.32 | 0.77 | 0.58 |
| Hex | 42 | E6 | 7F | 47 | 0 | 2D | A | 8E | 4D | 3A |
| Octal | 102 | 346 | 177 | 107 | 0 | 55 | 12 | 216 | 115 | 72 |
| Binary | 1000010 | 11100110 | 1111111 | 1000111 | 0 | 101101 | 1010 | 10001110 | 1001101 | 111010 |
Color Harmonies of #42E67F
Complementary color
Monochromatic Colors of #42E67F
Black with #42E67F
Text Example
Text Example
White with #42E67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E67F; }
p { color: rgb(66,230,127); }
H1.HeaderClassName
{
color: #42E67F;
}
.AnyTagClassName
{
color: #42E67F;
}
</style>
background-color css
<style>
a { background-color: #42E67F; }
a { background-color: rgb(66,230,127); }
div.DivClassName
{
background-color: #42E67F;
}
.BgClassName
{
background-color: #42E67F;
}
</style>
border-color css
<style>
span { border-color: #42E67F; }
span { border-color: rgb(66,230,127); }
td.TdClassName
{
border-color: #42E67F;
}
.TagClassName
{
border-color: #42E67F;
}
</style>