Shades of Emerald #42EC6B
Tints of Emerald #42EC6B
RGB
CMYK
RGB Variations
Color information
#42EC6B (or 0x42EC6B) is known color: Emerald. HEX triplet: 42, EC and 6B. RGB value is (66,236,107). Sum of RGB (Red+Green+Blue) = 66+236+107=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 236 (92.58% from 255 or 57.70% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EC6B is #BD1394. Grayscale: #AAAAAA. Windows color (decimal): -12391317 or 7072834. OLE color: 7072834.
HSL color Cylindrical-coordinate representation of color #42EC6B: hue angle of 134.47º 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 #42EC6B is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 107 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.07 |
| HSL | 134.47º | 0.82% | 0.59% | - |
| HSV(B) | 134.47º | 0.72% | 0.93% | - |
| XYZ | 34.9 | 62.21 | 24.08 | - |
| YUV | 170.46 | 92.18 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 107 | 0.72 | 0 | 0.55 | 0.07 | 134.47 | 0.82 | 0.59 |
| Hex | 42 | EC | 6B | 48 | 0 | 37 | 7 | 86 | 52 | 3B |
| Octal | 102 | 354 | 153 | 110 | 0 | 67 | 7 | 206 | 122 | 73 |
| Binary | 1000010 | 11101100 | 1101011 | 1001000 | 0 | 110111 | 111 | 10000110 | 1010010 | 111011 |
Color Harmonies of #42EC6B
Complementary color
Monochromatic Colors of #42EC6B
Black with #42EC6B
Text Example
Text Example
White with #42EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EC6B; }
p { color: rgb(66,236,107); }
H1.HeaderClassName
{
color: #42EC6B;
}
.AnyTagClassName
{
color: #42EC6B;
}
</style>
background-color css
<style>
a { background-color: #42EC6B; }
a { background-color: rgb(66,236,107); }
div.DivClassName
{
background-color: #42EC6B;
}
.BgClassName
{
background-color: #42EC6B;
}
</style>
border-color css
<style>
span { border-color: #42EC6B; }
span { border-color: rgb(66,236,107); }
td.TdClassName
{
border-color: #42EC6B;
}
.TagClassName
{
border-color: #42EC6B;
}
</style>