Shades of Emerald #42F37B
Tints of Emerald #42F37B
RGB
CMYK
RGB Variations
Color information
#42F37B (or 0x42F37B) is known color: Emerald. HEX triplet: 42, F3 and 7B. RGB value is (66,243,123). Sum of RGB (Red+Green+Blue) = 66+243+123=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #42F37B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F37B is #BD0C84. Grayscale: #B0B0B0. Windows color (decimal): -12389509 or 8123202. OLE color: 8123202.
HSL color Cylindrical-coordinate representation of color #42F37B: hue angle of 139.32º 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 #42F37B is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 123 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.05 |
| HSL | 139.32º | 0.88% | 0.61% | - |
| HSV(B) | 139.32º | 0.73% | 0.95% | - |
| XYZ | 37.87 | 66.69 | 29.62 | - |
| YUV | 176.4 | 97.86 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 123 | 0.73 | 0 | 0.49 | 0.05 | 139.32 | 0.88 | 0.61 |
| Hex | 42 | F3 | 7B | 49 | 0 | 31 | 5 | 8B | 58 | 3D |
| Octal | 102 | 363 | 173 | 111 | 0 | 61 | 5 | 213 | 130 | 75 |
| Binary | 1000010 | 11110011 | 1111011 | 1001001 | 0 | 110001 | 101 | 10001011 | 1011000 | 111101 |
Color Harmonies of #42F37B
Complementary color
Monochromatic Colors of #42F37B
Black with #42F37B
Text Example
Text Example
White with #42F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F37B; }
p { color: rgb(66,243,123); }
H1.HeaderClassName
{
color: #42F37B;
}
.AnyTagClassName
{
color: #42F37B;
}
</style>
background-color css
<style>
a { background-color: #42F37B; }
a { background-color: rgb(66,243,123); }
div.DivClassName
{
background-color: #42F37B;
}
.BgClassName
{
background-color: #42F37B;
}
</style>
border-color css
<style>
span { border-color: #42F37B; }
span { border-color: rgb(66,243,123); }
td.TdClassName
{
border-color: #42F37B;
}
.TagClassName
{
border-color: #42F37B;
}
</style>