Shades of Emerald #42E665
Tints of Emerald #42E665
RGB
CMYK
RGB Variations
Color information
#42E665 (or 0x42E665) is known color: Emerald. HEX triplet: 42, E6 and 65. RGB value is (66,230,101). Sum of RGB (Red+Green+Blue) = 66+230+101=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 230 (90.23% from 255 or 57.93% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 230 - color contains mainly: green. Hex color #42E665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E665 is #BD199A. Grayscale: #A6A6A6. Windows color (decimal): -12392859 or 6678082. OLE color: 6678082.
HSL color Cylindrical-coordinate representation of color #42E665: hue angle of 132.8º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E665 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 101 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.10 |
| HSL | 132.8º | 0.77% | 0.58% | - |
| HSV(B) | 132.8º | 0.71% | 0.9% | - |
| XYZ | 32.89 | 58.69 | 21.91 | - |
| YUV | 166.26 | 91.17 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 101 | 0.71 | 0 | 0.56 | 0.10 | 132.8 | 0.77 | 0.58 |
| Hex | 42 | E6 | 65 | 47 | 0 | 38 | A | 85 | 4D | 3A |
| Octal | 102 | 346 | 145 | 107 | 0 | 70 | 12 | 205 | 115 | 72 |
| Binary | 1000010 | 11100110 | 1100101 | 1000111 | 0 | 111000 | 1010 | 10000101 | 1001101 | 111010 |
Color Harmonies of #42E665
Complementary color
Monochromatic Colors of #42E665
Black with #42E665
Text Example
Text Example
White with #42E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E665; }
p { color: rgb(66,230,101); }
H1.HeaderClassName
{
color: #42E665;
}
.AnyTagClassName
{
color: #42E665;
}
</style>
background-color css
<style>
a { background-color: #42E665; }
a { background-color: rgb(66,230,101); }
div.DivClassName
{
background-color: #42E665;
}
.BgClassName
{
background-color: #42E665;
}
</style>
border-color css
<style>
span { border-color: #42E665; }
span { border-color: rgb(66,230,101); }
td.TdClassName
{
border-color: #42E665;
}
.TagClassName
{
border-color: #42E665;
}
</style>