Shades of Emerald #42EC67
Tints of Emerald #42EC67
RGB
CMYK
RGB Variations
Color information
#42EC67 (or 0x42EC67) is known color: Emerald. HEX triplet: 42, EC and 67. RGB value is (66,236,103). Sum of RGB (Red+Green+Blue) = 66+236+103=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC67 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EC67 is #BD1398. Grayscale: #AAAAAA. Windows color (decimal): -12391321 or 6810690. OLE color: 6810690.
HSL color Cylindrical-coordinate representation of color #42EC67: hue angle of 133.06º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EC67 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 103 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.07 |
| HSL | 133.06º | 0.82% | 0.59% | - |
| HSV(B) | 133.06º | 0.72% | 0.93% | - |
| XYZ | 34.69 | 62.13 | 23 | - |
| YUV | 170.01 | 90.18 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 103 | 0.72 | 0 | 0.56 | 0.07 | 133.06 | 0.82 | 0.59 |
| Hex | 42 | EC | 67 | 48 | 0 | 38 | 7 | 85 | 52 | 3B |
| Octal | 102 | 354 | 147 | 110 | 0 | 70 | 7 | 205 | 122 | 73 |
| Binary | 1000010 | 11101100 | 1100111 | 1001000 | 0 | 111000 | 111 | 10000101 | 1010010 | 111011 |
Color Harmonies of #42EC67
Complementary color
Monochromatic Colors of #42EC67
Black with #42EC67
Text Example
Text Example
White with #42EC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EC67; }
p { color: rgb(66,236,103); }
H1.HeaderClassName
{
color: #42EC67;
}
.AnyTagClassName
{
color: #42EC67;
}
</style>
background-color css
<style>
a { background-color: #42EC67; }
a { background-color: rgb(66,236,103); }
div.DivClassName
{
background-color: #42EC67;
}
.BgClassName
{
background-color: #42EC67;
}
</style>
border-color css
<style>
span { border-color: #42EC67; }
span { border-color: rgb(66,236,103); }
td.TdClassName
{
border-color: #42EC67;
}
.TagClassName
{
border-color: #42EC67;
}
</style>