Shades of Emerald #42F37C
Tints of Emerald #42F37C
RGB
CMYK
RGB Variations
Color information
#42F37C (or 0x42F37C) is known color: Emerald. HEX triplet: 42, F3 and 7C. RGB value is (66,243,124). Sum of RGB (Red+Green+Blue) = 66+243+124=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #42F37C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F37C is #BD0C83. Grayscale: #B0B0B0. Windows color (decimal): -12389508 or 8188738. OLE color: 8188738.
HSL color Cylindrical-coordinate representation of color #42F37C: hue angle of 139.66º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F37C is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 124 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.05 |
| HSL | 139.66º | 0.88% | 0.61% | - |
| HSV(B) | 139.66º | 0.73% | 0.95% | - |
| XYZ | 37.94 | 66.71 | 29.95 | - |
| YUV | 176.51 | 98.36 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 124 | 0.73 | 0 | 0.49 | 0.05 | 139.66 | 0.88 | 0.61 |
| Hex | 42 | F3 | 7C | 49 | 0 | 31 | 5 | 8C | 58 | 3D |
| Octal | 102 | 363 | 174 | 111 | 0 | 61 | 5 | 214 | 130 | 75 |
| Binary | 1000010 | 11110011 | 1111100 | 1001001 | 0 | 110001 | 101 | 10001100 | 1011000 | 111101 |
Color Harmonies of #42F37C
Complementary color
Monochromatic Colors of #42F37C
Black with #42F37C
Text Example
Text Example
White with #42F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F37C; }
p { color: rgb(66,243,124); }
H1.HeaderClassName
{
color: #42F37C;
}
.AnyTagClassName
{
color: #42F37C;
}
</style>
background-color css
<style>
a { background-color: #42F37C; }
a { background-color: rgb(66,243,124); }
div.DivClassName
{
background-color: #42F37C;
}
.BgClassName
{
background-color: #42F37C;
}
</style>
border-color css
<style>
span { border-color: #42F37C; }
span { border-color: rgb(66,243,124); }
td.TdClassName
{
border-color: #42F37C;
}
.TagClassName
{
border-color: #42F37C;
}
</style>