Shades of Emerald #42F276
Tints of Emerald #42F276
RGB
CMYK
RGB Variations
Color information
#42F276 (or 0x42F276) is known color: Emerald. HEX triplet: 42, F2 and 76. RGB value is (66,242,118). Sum of RGB (Red+Green+Blue) = 66+242+118=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #42F276 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F276 is #BD0D89. Grayscale: #AFAFAF. Windows color (decimal): -12389770 or 7795266. OLE color: 7795266.
HSL color Cylindrical-coordinate representation of color #42F276: hue angle of 137.73º 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 #42F276 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 118 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.05 |
| HSL | 137.73º | 0.87% | 0.6% | - |
| HSV(B) | 137.73º | 0.73% | 0.95% | - |
| XYZ | 37.27 | 65.97 | 27.91 | - |
| YUV | 175.24 | 95.69 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 118 | 0.73 | 0 | 0.51 | 0.05 | 137.73 | 0.87 | 0.6 |
| Hex | 42 | F2 | 76 | 49 | 0 | 33 | 5 | 8A | 57 | 3C |
| Octal | 102 | 362 | 166 | 111 | 0 | 63 | 5 | 212 | 127 | 74 |
| Binary | 1000010 | 11110010 | 1110110 | 1001001 | 0 | 110011 | 101 | 10001010 | 1010111 | 111100 |
Color Harmonies of #42F276
Complementary color
Monochromatic Colors of #42F276
Black with #42F276
Text Example
Text Example
White with #42F276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F276; }
p { color: rgb(66,242,118); }
H1.HeaderClassName
{
color: #42F276;
}
.AnyTagClassName
{
color: #42F276;
}
</style>
background-color css
<style>
a { background-color: #42F276; }
a { background-color: rgb(66,242,118); }
div.DivClassName
{
background-color: #42F276;
}
.BgClassName
{
background-color: #42F276;
}
</style>
border-color css
<style>
span { border-color: #42F276; }
span { border-color: rgb(66,242,118); }
td.TdClassName
{
border-color: #42F276;
}
.TagClassName
{
border-color: #42F276;
}
</style>