Shades of Emerald #42E275
Tints of Emerald #42E275
RGB
CMYK
RGB Variations
Color information
#42E275 (or 0x42E275) is known color: Emerald. HEX triplet: 42, E2 and 75. RGB value is (66,226,117). Sum of RGB (Red+Green+Blue) = 66+226+117=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #42E275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E275 is #BD1D8A. Grayscale: #A6A6A6. Windows color (decimal): -12393867 or 7725634. OLE color: 7725634.
HSL color Cylindrical-coordinate representation of color #42E275: hue angle of 139.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E275 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 226 | 117 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.11 |
| HSL | 139.13º | 0.73% | 0.57% | - |
| HSV(B) | 139.13º | 0.71% | 0.89% | - |
| XYZ | 32.65 | 56.84 | 26.08 | - |
| YUV | 165.73 | 100.49 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 117 | 0.71 | 0 | 0.48 | 0.11 | 139.13 | 0.73 | 0.57 |
| Hex | 42 | E2 | 75 | 47 | 0 | 30 | B | 8B | 49 | 39 |
| Octal | 102 | 342 | 165 | 107 | 0 | 60 | 13 | 213 | 111 | 71 |
| Binary | 1000010 | 11100010 | 1110101 | 1000111 | 0 | 110000 | 1011 | 10001011 | 1001001 | 111001 |
Color Harmonies of #42E275
Complementary color
Monochromatic Colors of #42E275
Black with #42E275
Text Example
Text Example
White with #42E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E275; }
p { color: rgb(66,226,117); }
H1.HeaderClassName
{
color: #42E275;
}
.AnyTagClassName
{
color: #42E275;
}
</style>
background-color css
<style>
a { background-color: #42E275; }
a { background-color: rgb(66,226,117); }
div.DivClassName
{
background-color: #42E275;
}
.BgClassName
{
background-color: #42E275;
}
</style>
border-color css
<style>
span { border-color: #42E275; }
span { border-color: rgb(66,226,117); }
td.TdClassName
{
border-color: #42E275;
}
.TagClassName
{
border-color: #42E275;
}
</style>