Shades of Shamrock #42E891
Tints of Shamrock #42E891
RGB
CMYK
RGB Variations
Color information
#42E891 (or 0x42E891) is known color: Shamrock. HEX triplet: 42, E8 and 91. RGB value is (66,232,145). Sum of RGB (Red+Green+Blue) = 66+232+145=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #42E891 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E891 is #BD176E. Grayscale: #ACACAC. Windows color (decimal): -12392303 or 9562178. OLE color: 9562178.
HSL color Cylindrical-coordinate representation of color #42E891: hue angle of 148.55º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E891 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 145 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.09 |
| HSL | 148.55º | 0.78% | 0.58% | - |
| HSV(B) | 148.55º | 0.72% | 0.91% | - |
| XYZ | 36.21 | 60.92 | 36.64 | - |
| YUV | 172.45 | 112.5 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 145 | 0.72 | 0 | 0.38 | 0.09 | 148.55 | 0.78 | 0.58 |
| Hex | 42 | E8 | 91 | 48 | 0 | 26 | 9 | 95 | 4E | 3A |
| Octal | 102 | 350 | 221 | 110 | 0 | 46 | 11 | 225 | 116 | 72 |
| Binary | 1000010 | 11101000 | 10010001 | 1001000 | 0 | 100110 | 1001 | 10010101 | 1001110 | 111010 |
Color Harmonies of #42E891
Complementary color
Monochromatic Colors of #42E891
Black with #42E891
Text Example
Text Example
White with #42E891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E891; }
p { color: rgb(66,232,145); }
H1.HeaderClassName
{
color: #42E891;
}
.AnyTagClassName
{
color: #42E891;
}
</style>
background-color css
<style>
a { background-color: #42E891; }
a { background-color: rgb(66,232,145); }
div.DivClassName
{
background-color: #42E891;
}
.BgClassName
{
background-color: #42E891;
}
</style>
border-color css
<style>
span { border-color: #42E891; }
span { border-color: rgb(66,232,145); }
td.TdClassName
{
border-color: #42E891;
}
.TagClassName
{
border-color: #42E891;
}
</style>