Shades of Emerald #42F885
Tints of Emerald #42F885
RGB
CMYK
RGB Variations
Color information
#42F885 (or 0x42F885) is known color: Emerald. HEX triplet: 42, F8 and 85. RGB value is (66,248,133). Sum of RGB (Red+Green+Blue) = 66+248+133=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #42F885 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F885 is #BD077A. Grayscale: #B4B4B4. Windows color (decimal): -12388219 or 8779842. OLE color: 8779842.
HSL color Cylindrical-coordinate representation of color #42F885: hue angle of 142.09º 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 #42F885 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 133 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.03 |
| HSL | 142.09º | 0.93% | 0.62% | - |
| HSV(B) | 142.09º | 0.73% | 0.97% | - |
| XYZ | 40.05 | 69.99 | 33.59 | - |
| YUV | 180.47 | 101.2 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 133 | 0.73 | 0 | 0.46 | 0.03 | 142.09 | 0.93 | 0.62 |
| Hex | 42 | F8 | 85 | 49 | 0 | 2E | 3 | 8E | 5D | 3E |
| Octal | 102 | 370 | 205 | 111 | 0 | 56 | 3 | 216 | 135 | 76 |
| Binary | 1000010 | 11111000 | 10000101 | 1001001 | 0 | 101110 | 11 | 10001110 | 1011101 | 111110 |
Color Harmonies of #42F885
Complementary color
Monochromatic Colors of #42F885
Black with #42F885
Text Example
Text Example
White with #42F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F885; }
p { color: rgb(66,248,133); }
H1.HeaderClassName
{
color: #42F885;
}
.AnyTagClassName
{
color: #42F885;
}
</style>
background-color css
<style>
a { background-color: #42F885; }
a { background-color: rgb(66,248,133); }
div.DivClassName
{
background-color: #42F885;
}
.BgClassName
{
background-color: #42F885;
}
</style>
border-color css
<style>
span { border-color: #42F885; }
span { border-color: rgb(66,248,133); }
td.TdClassName
{
border-color: #42F885;
}
.TagClassName
{
border-color: #42F885;
}
</style>