Shades of Emerald #42F172
Tints of Emerald #42F172
RGB
CMYK
RGB Variations
Color information
#42F172 (or 0x42F172) is known color: Emerald. HEX triplet: 42, F1 and 72. RGB value is (66,241,114). Sum of RGB (Red+Green+Blue) = 66+241+114=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #42F172 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F172 is #BD0E8D. Grayscale: #AEAEAE. Windows color (decimal): -12390030 or 7532866. OLE color: 7532866.
HSL color Cylindrical-coordinate representation of color #42F172: hue angle of 136.46º degrees, saturation: 0.86, 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 #42F172 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 114 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.05 |
| HSL | 136.46º | 0.86% | 0.6% | - |
| HSV(B) | 136.46º | 0.73% | 0.95% | - |
| XYZ | 36.74 | 65.28 | 26.58 | - |
| YUV | 174.2 | 94.02 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 114 | 0.73 | 0 | 0.53 | 0.05 | 136.46 | 0.86 | 0.6 |
| Hex | 42 | F1 | 72 | 49 | 0 | 35 | 5 | 88 | 56 | 3C |
| Octal | 102 | 361 | 162 | 111 | 0 | 65 | 5 | 210 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1110010 | 1001001 | 0 | 110101 | 101 | 10001000 | 1010110 | 111100 |
Color Harmonies of #42F172
Complementary color
Monochromatic Colors of #42F172
Black with #42F172
Text Example
Text Example
White with #42F172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F172; }
p { color: rgb(66,241,114); }
H1.HeaderClassName
{
color: #42F172;
}
.AnyTagClassName
{
color: #42F172;
}
</style>
background-color css
<style>
a { background-color: #42F172; }
a { background-color: rgb(66,241,114); }
div.DivClassName
{
background-color: #42F172;
}
.BgClassName
{
background-color: #42F172;
}
</style>
border-color css
<style>
span { border-color: #42F172; }
span { border-color: rgb(66,241,114); }
td.TdClassName
{
border-color: #42F172;
}
.TagClassName
{
border-color: #42F172;
}
</style>