Shades of Emerald #42E784
Tints of Emerald #42E784
RGB
CMYK
RGB Variations
Color information
#42E784 (or 0x42E784) is known color: Emerald. HEX triplet: 42, E7 and 84. RGB value is (66,231,132). Sum of RGB (Red+Green+Blue) = 66+231+132=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 231 (90.62% from 255 or 53.85% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 231 - color contains mainly: green. Hex color #42E784 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E784 is #BD187B. Grayscale: #AAAAAA. Windows color (decimal): -12392572 or 8709954. OLE color: 8709954.
HSL color Cylindrical-coordinate representation of color #42E784: hue angle of 144º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E784 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 231 | 132 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.09 |
| HSL | 144º | 0.77% | 0.58% | - |
| HSV(B) | 144º | 0.71% | 0.91% | - |
| XYZ | 34.99 | 59.98 | 31.56 | - |
| YUV | 170.38 | 106.34 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 132 | 0.71 | 0 | 0.43 | 0.09 | 144 | 0.77 | 0.58 |
| Hex | 42 | E7 | 84 | 47 | 0 | 2B | 9 | 90 | 4D | 3A |
| Octal | 102 | 347 | 204 | 107 | 0 | 53 | 11 | 220 | 115 | 72 |
| Binary | 1000010 | 11100111 | 10000100 | 1000111 | 0 | 101011 | 1001 | 10010000 | 1001101 | 111010 |
Color Harmonies of #42E784
Complementary color
Monochromatic Colors of #42E784
Black with #42E784
Text Example
Text Example
White with #42E784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E784; }
p { color: rgb(66,231,132); }
H1.HeaderClassName
{
color: #42E784;
}
.AnyTagClassName
{
color: #42E784;
}
</style>
background-color css
<style>
a { background-color: #42E784; }
a { background-color: rgb(66,231,132); }
div.DivClassName
{
background-color: #42E784;
}
.BgClassName
{
background-color: #42E784;
}
</style>
border-color css
<style>
span { border-color: #42E784; }
span { border-color: rgb(66,231,132); }
td.TdClassName
{
border-color: #42E784;
}
.TagClassName
{
border-color: #42E784;
}
</style>