Shades of Emerald #42F77B
Tints of Emerald #42F77B
RGB
CMYK
RGB Variations
Color information
#42F77B (or 0x42F77B) is known color: Emerald. HEX triplet: 42, F7 and 7B. RGB value is (66,247,123). Sum of RGB (Red+Green+Blue) = 66+247+123=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #42F77B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F77B is #BD0884. Grayscale: #B3B3B3. Windows color (decimal): -12388485 or 8124226. OLE color: 8124226.
HSL color Cylindrical-coordinate representation of color #42F77B: hue angle of 138.9º 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 #42F77B is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 123 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.03 |
| HSL | 138.9º | 0.92% | 0.61% | - |
| HSV(B) | 138.9º | 0.73% | 0.97% | - |
| XYZ | 39.08 | 69.11 | 30.02 | - |
| YUV | 178.75 | 96.53 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 123 | 0.73 | 0 | 0.50 | 0.03 | 138.9 | 0.92 | 0.61 |
| Hex | 42 | F7 | 7B | 49 | 0 | 32 | 3 | 8B | 5C | 3D |
| Octal | 102 | 367 | 173 | 111 | 0 | 62 | 3 | 213 | 134 | 75 |
| Binary | 1000010 | 11110111 | 1111011 | 1001001 | 0 | 110010 | 11 | 10001011 | 1011100 | 111101 |
Color Harmonies of #42F77B
Complementary color
Monochromatic Colors of #42F77B
Black with #42F77B
Text Example
Text Example
White with #42F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F77B; }
p { color: rgb(66,247,123); }
H1.HeaderClassName
{
color: #42F77B;
}
.AnyTagClassName
{
color: #42F77B;
}
</style>
background-color css
<style>
a { background-color: #42F77B; }
a { background-color: rgb(66,247,123); }
div.DivClassName
{
background-color: #42F77B;
}
.BgClassName
{
background-color: #42F77B;
}
</style>
border-color css
<style>
span { border-color: #42F77B; }
span { border-color: rgb(66,247,123); }
td.TdClassName
{
border-color: #42F77B;
}
.TagClassName
{
border-color: #42F77B;
}
</style>