Shades of Emerald #42F77A
Tints of Emerald #42F77A
RGB
CMYK
RGB Variations
Color information
#42F77A (or 0x42F77A) is known color: Emerald. HEX triplet: 42, F7 and 7A. RGB value is (66,247,122). Sum of RGB (Red+Green+Blue) = 66+247+122=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 247 (96.88% from 255 or 56.78% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 247 - color contains mainly: green. Hex color #42F77A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F77A is #BD0885. Grayscale: #B2B2B2. Windows color (decimal): -12388486 or 8058690. OLE color: 8058690.
HSL color Cylindrical-coordinate representation of color #42F77A: hue angle of 138.56º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F77A is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 122 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.03 |
| HSL | 138.56º | 0.92% | 0.61% | - |
| HSV(B) | 138.56º | 0.73% | 0.97% | - |
| XYZ | 39.02 | 69.08 | 29.69 | - |
| YUV | 178.63 | 96.03 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 122 | 0.73 | 0 | 0.51 | 0.03 | 138.56 | 0.92 | 0.61 |
| Hex | 42 | F7 | 7A | 49 | 0 | 33 | 3 | 8B | 5C | 3D |
| Octal | 102 | 367 | 172 | 111 | 0 | 63 | 3 | 213 | 134 | 75 |
| Binary | 1000010 | 11110111 | 1111010 | 1001001 | 0 | 110011 | 11 | 10001011 | 1011100 | 111101 |
Color Harmonies of #42F77A
Complementary color
Monochromatic Colors of #42F77A
Black with #42F77A
Text Example
Text Example
White with #42F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F77A; }
p { color: rgb(66,247,122); }
H1.HeaderClassName
{
color: #42F77A;
}
.AnyTagClassName
{
color: #42F77A;
}
</style>
background-color css
<style>
a { background-color: #42F77A; }
a { background-color: rgb(66,247,122); }
div.DivClassName
{
background-color: #42F77A;
}
.BgClassName
{
background-color: #42F77A;
}
</style>
border-color css
<style>
span { border-color: #42F77A; }
span { border-color: rgb(66,247,122); }
td.TdClassName
{
border-color: #42F77A;
}
.TagClassName
{
border-color: #42F77A;
}
</style>