Shades of Emerald #42E963
Tints of Emerald #42E963
RGB
CMYK
RGB Variations
Color information
#42E963 (or 0x42E963) is known color: Emerald. HEX triplet: 42, E9 and 63. RGB value is (66,233,99). Sum of RGB (Red+Green+Blue) = 66+233+99=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 233 (91.41% from 255 or 58.54% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 233 - color contains mainly: green. Hex color #42E963 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E963 is #BD169C. Grayscale: #A8A8A8. Windows color (decimal): -12392093 or 6547778. OLE color: 6547778.
HSL color Cylindrical-coordinate representation of color #42E963: hue angle of 131.86º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E963 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 99 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.09 |
| HSL | 131.86º | 0.79% | 0.59% | - |
| HSV(B) | 131.86º | 0.72% | 0.91% | - |
| XYZ | 33.64 | 60.34 | 21.68 | - |
| YUV | 167.79 | 89.17 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 99 | 0.72 | 0 | 0.58 | 0.09 | 131.86 | 0.79 | 0.59 |
| Hex | 42 | E9 | 63 | 48 | 0 | 3A | 9 | 84 | 4F | 3B |
| Octal | 102 | 351 | 143 | 110 | 0 | 72 | 11 | 204 | 117 | 73 |
| Binary | 1000010 | 11101001 | 1100011 | 1001000 | 0 | 111010 | 1001 | 10000100 | 1001111 | 111011 |
Color Harmonies of #42E963
Complementary color
Monochromatic Colors of #42E963
Black with #42E963
Text Example
Text Example
White with #42E963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E963; }
p { color: rgb(66,233,99); }
H1.HeaderClassName
{
color: #42E963;
}
.AnyTagClassName
{
color: #42E963;
}
</style>
background-color css
<style>
a { background-color: #42E963; }
a { background-color: rgb(66,233,99); }
div.DivClassName
{
background-color: #42E963;
}
.BgClassName
{
background-color: #42E963;
}
</style>
border-color css
<style>
span { border-color: #42E963; }
span { border-color: rgb(66,233,99); }
td.TdClassName
{
border-color: #42E963;
}
.TagClassName
{
border-color: #42E963;
}
</style>