Shades of Emerald #42F87C
Tints of Emerald #42F87C
RGB
CMYK
RGB Variations
Color information
#42F87C (or 0x42F87C) is known color: Emerald. HEX triplet: 42, F8 and 7C. RGB value is (66,248,124). Sum of RGB (Red+Green+Blue) = 66+248+124=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #42F87C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F87C is #BD0783. Grayscale: #B3B3B3. Windows color (decimal): -12388228 or 8190018. OLE color: 8190018.
HSL color Cylindrical-coordinate representation of color #42F87C: hue angle of 139.12º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F87C is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 124 | - |
| CMYK | 0.73 | 0 | 0.5 | 0.03 |
| HSL | 139.12º | 0.93% | 0.62% | - |
| HSV(B) | 139.12º | 0.73% | 0.97% | - |
| XYZ | 39.45 | 69.75 | 30.45 | - |
| YUV | 179.45 | 96.7 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 124 | 0.73 | 0 | 0.5 | 0.03 | 139.12 | 0.93 | 0.62 |
| Hex | 42 | F8 | 7C | 49 | 0 | 32 | 3 | 8B | 5D | 3E |
| Octal | 102 | 370 | 174 | 111 | 0 | 62 | 3 | 213 | 135 | 76 |
| Binary | 1000010 | 11111000 | 1111100 | 1001001 | 0 | 110010 | 11 | 10001011 | 1011101 | 111110 |
Color Harmonies of #42F87C
Complementary color
Monochromatic Colors of #42F87C
Black with #42F87C
Text Example
Text Example
White with #42F87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F87C; }
p { color: rgb(66,248,124); }
H1.HeaderClassName
{
color: #42F87C;
}
.AnyTagClassName
{
color: #42F87C;
}
</style>
background-color css
<style>
a { background-color: #42F87C; }
a { background-color: rgb(66,248,124); }
div.DivClassName
{
background-color: #42F87C;
}
.BgClassName
{
background-color: #42F87C;
}
</style>
border-color css
<style>
span { border-color: #42F87C; }
span { border-color: rgb(66,248,124); }
td.TdClassName
{
border-color: #42F87C;
}
.TagClassName
{
border-color: #42F87C;
}
</style>