Shades of Emerald #42F27B
Tints of Emerald #42F27B
RGB
CMYK
RGB Variations
Color information
#42F27B (or 0x42F27B) is known color: Emerald. HEX triplet: 42, F2 and 7B. RGB value is (66,242,123). Sum of RGB (Red+Green+Blue) = 66+242+123=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #42F27B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F27B is #BD0D84. Grayscale: #B0B0B0. Windows color (decimal): -12389765 or 8122946. OLE color: 8122946.
HSL color Cylindrical-coordinate representation of color #42F27B: hue angle of 139.43º 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 #42F27B is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 123 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.05 |
| HSL | 139.43º | 0.87% | 0.6% | - |
| HSV(B) | 139.43º | 0.73% | 0.95% | - |
| XYZ | 37.57 | 66.09 | 29.52 | - |
| YUV | 175.81 | 98.19 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 123 | 0.73 | 0 | 0.49 | 0.05 | 139.43 | 0.87 | 0.6 |
| Hex | 42 | F2 | 7B | 49 | 0 | 31 | 5 | 8B | 57 | 3C |
| Octal | 102 | 362 | 173 | 111 | 0 | 61 | 5 | 213 | 127 | 74 |
| Binary | 1000010 | 11110010 | 1111011 | 1001001 | 0 | 110001 | 101 | 10001011 | 1010111 | 111100 |
Color Harmonies of #42F27B
Complementary color
Monochromatic Colors of #42F27B
Black with #42F27B
Text Example
Text Example
White with #42F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F27B; }
p { color: rgb(66,242,123); }
H1.HeaderClassName
{
color: #42F27B;
}
.AnyTagClassName
{
color: #42F27B;
}
</style>
background-color css
<style>
a { background-color: #42F27B; }
a { background-color: rgb(66,242,123); }
div.DivClassName
{
background-color: #42F27B;
}
.BgClassName
{
background-color: #42F27B;
}
</style>
border-color css
<style>
span { border-color: #42F27B; }
span { border-color: rgb(66,242,123); }
td.TdClassName
{
border-color: #42F27B;
}
.TagClassName
{
border-color: #42F27B;
}
</style>