Shades of Emerald #42F180
Tints of Emerald #42F180
RGB
CMYK
RGB Variations
Color information
#42F180 (or 0x42F180) is known color: Emerald. HEX triplet: 42, F1 and 80. RGB value is (66,241,128). Sum of RGB (Red+Green+Blue) = 66+241+128=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #42F180 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F180 is #BD0E7F. Grayscale: #B0B0B0. Windows color (decimal): -12390016 or 8450370. OLE color: 8450370.
HSL color Cylindrical-coordinate representation of color #42F180: hue angle of 141.26º 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 #42F180 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 128 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.05 |
| HSL | 141.26º | 0.86% | 0.6% | - |
| HSV(B) | 141.26º | 0.73% | 0.95% | - |
| XYZ | 37.6 | 65.63 | 31.11 | - |
| YUV | 175.79 | 101.02 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 128 | 0.73 | 0 | 0.47 | 0.05 | 141.26 | 0.86 | 0.6 |
| Hex | 42 | F1 | 80 | 49 | 0 | 2F | 5 | 8D | 56 | 3C |
| Octal | 102 | 361 | 200 | 111 | 0 | 57 | 5 | 215 | 126 | 74 |
| Binary | 1000010 | 11110001 | 10000000 | 1001001 | 0 | 101111 | 101 | 10001101 | 1010110 | 111100 |
Color Harmonies of #42F180
Complementary color
Monochromatic Colors of #42F180
Black with #42F180
Text Example
Text Example
White with #42F180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F180; }
p { color: rgb(66,241,128); }
H1.HeaderClassName
{
color: #42F180;
}
.AnyTagClassName
{
color: #42F180;
}
</style>
background-color css
<style>
a { background-color: #42F180; }
a { background-color: rgb(66,241,128); }
div.DivClassName
{
background-color: #42F180;
}
.BgClassName
{
background-color: #42F180;
}
</style>
border-color css
<style>
span { border-color: #42F180; }
span { border-color: rgb(66,241,128); }
td.TdClassName
{
border-color: #42F180;
}
.TagClassName
{
border-color: #42F180;
}
</style>