Shades of Emerald #42E16C
Tints of Emerald #42E16C
RGB
CMYK
RGB Variations
Color information
#42E16C (or 0x42E16C) is known color: Emerald. HEX triplet: 42, E1 and 6C. RGB value is (66,225,108). Sum of RGB (Red+Green+Blue) = 66+225+108=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 225 (88.28% from 255 or 56.39% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 225 - color contains mainly: green. Hex color #42E16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E16C is #BD1E93. Grayscale: #A4A4A4. Windows color (decimal): -12394132 or 7135554. OLE color: 7135554.
HSL color Cylindrical-coordinate representation of color #42E16C: hue angle of 135.85º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E16C is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 108 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.12 |
| HSL | 135.85º | 0.73% | 0.57% | - |
| HSV(B) | 135.85º | 0.71% | 0.88% | - |
| XYZ | 31.88 | 56.09 | 23.33 | - |
| YUV | 164.12 | 96.32 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 108 | 0.71 | 0 | 0.52 | 0.12 | 135.85 | 0.73 | 0.57 |
| Hex | 42 | E1 | 6C | 47 | 0 | 34 | C | 88 | 49 | 39 |
| Octal | 102 | 341 | 154 | 107 | 0 | 64 | 14 | 210 | 111 | 71 |
| Binary | 1000010 | 11100001 | 1101100 | 1000111 | 0 | 110100 | 1100 | 10001000 | 1001001 | 111001 |
Color Harmonies of #42E16C
Complementary color
Monochromatic Colors of #42E16C
Black with #42E16C
Text Example
Text Example
White with #42E16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E16C; }
p { color: rgb(66,225,108); }
H1.HeaderClassName
{
color: #42E16C;
}
.AnyTagClassName
{
color: #42E16C;
}
</style>
background-color css
<style>
a { background-color: #42E16C; }
a { background-color: rgb(66,225,108); }
div.DivClassName
{
background-color: #42E16C;
}
.BgClassName
{
background-color: #42E16C;
}
</style>
border-color css
<style>
span { border-color: #42E16C; }
span { border-color: rgb(66,225,108); }
td.TdClassName
{
border-color: #42E16C;
}
.TagClassName
{
border-color: #42E16C;
}
</style>