Shades of Emerald #42F281
Tints of Emerald #42F281
RGB
CMYK
RGB Variations
Color information
#42F281 (or 0x42F281) is known color: Emerald. HEX triplet: 42, F2 and 81. RGB value is (66,242,129). Sum of RGB (Red+Green+Blue) = 66+242+129=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 242 (94.92% from 255 or 55.38% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 242 - color contains mainly: green. Hex color #42F281 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F281 is #BD0D7E. Grayscale: #B0B0B0. Windows color (decimal): -12389759 or 8516162. OLE color: 8516162.
HSL color Cylindrical-coordinate representation of color #42F281: hue angle of 141.48º 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 #42F281 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 129 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.05 |
| HSL | 141.48º | 0.87% | 0.6% | - |
| HSV(B) | 141.48º | 0.73% | 0.95% | - |
| XYZ | 37.96 | 66.25 | 31.56 | - |
| YUV | 176.49 | 101.19 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 129 | 0.73 | 0 | 0.47 | 0.05 | 141.48 | 0.87 | 0.6 |
| Hex | 42 | F2 | 81 | 49 | 0 | 2F | 5 | 8D | 57 | 3C |
| Octal | 102 | 362 | 201 | 111 | 0 | 57 | 5 | 215 | 127 | 74 |
| Binary | 1000010 | 11110010 | 10000001 | 1001001 | 0 | 101111 | 101 | 10001101 | 1010111 | 111100 |
Color Harmonies of #42F281
Complementary color
Monochromatic Colors of #42F281
Black with #42F281
Text Example
Text Example
White with #42F281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F281; }
p { color: rgb(66,242,129); }
H1.HeaderClassName
{
color: #42F281;
}
.AnyTagClassName
{
color: #42F281;
}
</style>
background-color css
<style>
a { background-color: #42F281; }
a { background-color: rgb(66,242,129); }
div.DivClassName
{
background-color: #42F281;
}
.BgClassName
{
background-color: #42F281;
}
</style>
border-color css
<style>
span { border-color: #42F281; }
span { border-color: rgb(66,242,129); }
td.TdClassName
{
border-color: #42F281;
}
.TagClassName
{
border-color: #42F281;
}
</style>