Shades of Emerald #42F284
Tints of Emerald #42F284
RGB
CMYK
RGB Variations
Color information
#42F284 (or 0x42F284) is known color: Emerald. HEX triplet: 42, F2 and 84. RGB value is (66,242,132). Sum of RGB (Red+Green+Blue) = 66+242+132=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #42F284 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F284 is #BD0D7B. Grayscale: #B1B1B1. Windows color (decimal): -12389756 or 8712770. OLE color: 8712770.
HSL color Cylindrical-coordinate representation of color #42F284: hue angle of 142.5º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F284 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 132 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.05 |
| HSL | 142.5º | 0.87% | 0.6% | - |
| HSV(B) | 142.5º | 0.73% | 0.95% | - |
| XYZ | 38.16 | 66.33 | 32.62 | - |
| YUV | 176.84 | 102.69 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 132 | 0.73 | 0 | 0.45 | 0.05 | 142.5 | 0.87 | 0.6 |
| Hex | 42 | F2 | 84 | 49 | 0 | 2D | 5 | 8E | 57 | 3C |
| Octal | 102 | 362 | 204 | 111 | 0 | 55 | 5 | 216 | 127 | 74 |
| Binary | 1000010 | 11110010 | 10000100 | 1001001 | 0 | 101101 | 101 | 10001110 | 1010111 | 111100 |
Color Harmonies of #42F284
Complementary color
Monochromatic Colors of #42F284
Black with #42F284
Text Example
Text Example
White with #42F284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F284; }
p { color: rgb(66,242,132); }
H1.HeaderClassName
{
color: #42F284;
}
.AnyTagClassName
{
color: #42F284;
}
</style>
background-color css
<style>
a { background-color: #42F284; }
a { background-color: rgb(66,242,132); }
div.DivClassName
{
background-color: #42F284;
}
.BgClassName
{
background-color: #42F284;
}
</style>
border-color css
<style>
span { border-color: #42F284; }
span { border-color: rgb(66,242,132); }
td.TdClassName
{
border-color: #42F284;
}
.TagClassName
{
border-color: #42F284;
}
</style>