Shades of Emerald #42E968
Tints of Emerald #42E968
RGB
CMYK
RGB Variations
Color information
#42E968 (or 0x42E968) is known color: Emerald. HEX triplet: 42, E9 and 68. RGB value is (66,233,104). Sum of RGB (Red+Green+Blue) = 66+233+104=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 233 (91.41% from 255 or 57.82% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 233 - color contains mainly: green. Hex color #42E968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E968 is #BD1697. Grayscale: #A8A8A8. Windows color (decimal): -12392088 or 6875458. OLE color: 6875458.
HSL color Cylindrical-coordinate representation of color #42E968: hue angle of 133.65º 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 #42E968 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 104 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.09 |
| HSL | 133.65º | 0.79% | 0.59% | - |
| HSV(B) | 133.65º | 0.72% | 0.91% | - |
| XYZ | 33.88 | 60.44 | 22.98 | - |
| YUV | 168.36 | 91.67 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 104 | 0.72 | 0 | 0.55 | 0.09 | 133.65 | 0.79 | 0.59 |
| Hex | 42 | E9 | 68 | 48 | 0 | 37 | 9 | 86 | 4F | 3B |
| Octal | 102 | 351 | 150 | 110 | 0 | 67 | 11 | 206 | 117 | 73 |
| Binary | 1000010 | 11101001 | 1101000 | 1001000 | 0 | 110111 | 1001 | 10000110 | 1001111 | 111011 |
Color Harmonies of #42E968
Complementary color
Monochromatic Colors of #42E968
Black with #42E968
Text Example
Text Example
White with #42E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E968; }
p { color: rgb(66,233,104); }
H1.HeaderClassName
{
color: #42E968;
}
.AnyTagClassName
{
color: #42E968;
}
</style>
background-color css
<style>
a { background-color: #42E968; }
a { background-color: rgb(66,233,104); }
div.DivClassName
{
background-color: #42E968;
}
.BgClassName
{
background-color: #42E968;
}
</style>
border-color css
<style>
span { border-color: #42E968; }
span { border-color: rgb(66,233,104); }
td.TdClassName
{
border-color: #42E968;
}
.TagClassName
{
border-color: #42E968;
}
</style>