Shades of Emerald #42E783
Tints of Emerald #42E783
RGB
CMYK
RGB Variations
Color information
#42E783 (or 0x42E783) is known color: Emerald. HEX triplet: 42, E7 and 83. RGB value is (66,231,131). Sum of RGB (Red+Green+Blue) = 66+231+131=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 231 (90.62% from 255 or 53.97% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 231 - color contains mainly: green. Hex color #42E783 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E783 is #BD187C. Grayscale: #AAAAAA. Windows color (decimal): -12392573 or 8644418. OLE color: 8644418.
HSL color Cylindrical-coordinate representation of color #42E783: hue angle of 143.64º 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 #42E783 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 231 | 131 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.09 |
| HSL | 143.64º | 0.77% | 0.58% | - |
| HSV(B) | 143.64º | 0.71% | 0.91% | - |
| XYZ | 34.92 | 59.95 | 31.2 | - |
| YUV | 170.27 | 105.84 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 131 | 0.71 | 0 | 0.43 | 0.09 | 143.64 | 0.77 | 0.58 |
| Hex | 42 | E7 | 83 | 47 | 0 | 2B | 9 | 90 | 4D | 3A |
| Octal | 102 | 347 | 203 | 107 | 0 | 53 | 11 | 220 | 115 | 72 |
| Binary | 1000010 | 11100111 | 10000011 | 1000111 | 0 | 101011 | 1001 | 10010000 | 1001101 | 111010 |
Color Harmonies of #42E783
Complementary color
Monochromatic Colors of #42E783
Black with #42E783
Text Example
Text Example
White with #42E783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E783; }
p { color: rgb(66,231,131); }
H1.HeaderClassName
{
color: #42E783;
}
.AnyTagClassName
{
color: #42E783;
}
</style>
background-color css
<style>
a { background-color: #42E783; }
a { background-color: rgb(66,231,131); }
div.DivClassName
{
background-color: #42E783;
}
.BgClassName
{
background-color: #42E783;
}
</style>
border-color css
<style>
span { border-color: #42E783; }
span { border-color: rgb(66,231,131); }
td.TdClassName
{
border-color: #42E783;
}
.TagClassName
{
border-color: #42E783;
}
</style>