Shades of Emerald #42F88A
Tints of Emerald #42F88A
RGB
CMYK
RGB Variations
Color information
#42F88A (or 0x42F88A) is known color: Emerald. HEX triplet: 42, F8 and 8A. RGB value is (66,248,138). Sum of RGB (Red+Green+Blue) = 66+248+138=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 248 (97.27% from 255 or 54.87% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 248 - color contains mainly: green. Hex color #42F88A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F88A is #BD0775. Grayscale: #B5B5B5. Windows color (decimal): -12388214 or 9107522. OLE color: 9107522.
HSL color Cylindrical-coordinate representation of color #42F88A: hue angle of 143.74º 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 #42F88A is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 138 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.03 |
| HSL | 143.74º | 0.93% | 0.62% | - |
| HSV(B) | 143.74º | 0.73% | 0.97% | - |
| XYZ | 40.4 | 70.13 | 35.45 | - |
| YUV | 181.04 | 103.7 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 138 | 0.73 | 0 | 0.44 | 0.03 | 143.74 | 0.93 | 0.62 |
| Hex | 42 | F8 | 8A | 49 | 0 | 2C | 3 | 90 | 5D | 3E |
| Octal | 102 | 370 | 212 | 111 | 0 | 54 | 3 | 220 | 135 | 76 |
| Binary | 1000010 | 11111000 | 10001010 | 1001001 | 0 | 101100 | 11 | 10010000 | 1011101 | 111110 |
Color Harmonies of #42F88A
Complementary color
Monochromatic Colors of #42F88A
Black with #42F88A
Text Example
Text Example
White with #42F88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F88A; }
p { color: rgb(66,248,138); }
H1.HeaderClassName
{
color: #42F88A;
}
.AnyTagClassName
{
color: #42F88A;
}
</style>
background-color css
<style>
a { background-color: #42F88A; }
a { background-color: rgb(66,248,138); }
div.DivClassName
{
background-color: #42F88A;
}
.BgClassName
{
background-color: #42F88A;
}
</style>
border-color css
<style>
span { border-color: #42F88A; }
span { border-color: rgb(66,248,138); }
td.TdClassName
{
border-color: #42F88A;
}
.TagClassName
{
border-color: #42F88A;
}
</style>