Shades of Emerald #42F175
Tints of Emerald #42F175
RGB
CMYK
RGB Variations
Color information
#42F175 (or 0x42F175) is known color: Emerald. HEX triplet: 42, F1 and 75. RGB value is (66,241,117). Sum of RGB (Red+Green+Blue) = 66+241+117=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #42F175 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F175 is #BD0E8A. Grayscale: #AEAEAE. Windows color (decimal): -12390027 or 7729474. OLE color: 7729474.
HSL color Cylindrical-coordinate representation of color #42F175: hue angle of 137.49º 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 #42F175 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 117 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.05 |
| HSL | 137.49º | 0.86% | 0.6% | - |
| HSV(B) | 137.49º | 0.73% | 0.95% | - |
| XYZ | 36.91 | 65.35 | 27.5 | - |
| YUV | 174.54 | 95.52 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 117 | 0.73 | 0 | 0.51 | 0.05 | 137.49 | 0.86 | 0.6 |
| Hex | 42 | F1 | 75 | 49 | 0 | 33 | 5 | 89 | 56 | 3C |
| Octal | 102 | 361 | 165 | 111 | 0 | 63 | 5 | 211 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1110101 | 1001001 | 0 | 110011 | 101 | 10001001 | 1010110 | 111100 |
Color Harmonies of #42F175
Complementary color
Monochromatic Colors of #42F175
Black with #42F175
Text Example
Text Example
White with #42F175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F175; }
p { color: rgb(66,241,117); }
H1.HeaderClassName
{
color: #42F175;
}
.AnyTagClassName
{
color: #42F175;
}
</style>
background-color css
<style>
a { background-color: #42F175; }
a { background-color: rgb(66,241,117); }
div.DivClassName
{
background-color: #42F175;
}
.BgClassName
{
background-color: #42F175;
}
</style>
border-color css
<style>
span { border-color: #42F175; }
span { border-color: rgb(66,241,117); }
td.TdClassName
{
border-color: #42F175;
}
.TagClassName
{
border-color: #42F175;
}
</style>