Shades of Shamrock #42E894
Tints of Shamrock #42E894
RGB
CMYK
RGB Variations
Color information
#42E894 (or 0x42E894) is known color: Shamrock. HEX triplet: 42, E8 and 94. RGB value is (66,232,148). Sum of RGB (Red+Green+Blue) = 66+232+148=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #42E894 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E894 is #BD176B. Grayscale: #ACACAC. Windows color (decimal): -12392300 or 9758786. OLE color: 9758786.
HSL color Cylindrical-coordinate representation of color #42E894: hue angle of 149.64º 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 #42E894 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 148 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.09 |
| HSL | 149.64º | 0.78% | 0.58% | - |
| HSV(B) | 149.64º | 0.72% | 0.91% | - |
| XYZ | 36.45 | 61.01 | 37.87 | - |
| YUV | 172.79 | 114 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 148 | 0.72 | 0 | 0.36 | 0.09 | 149.64 | 0.78 | 0.58 |
| Hex | 42 | E8 | 94 | 48 | 0 | 24 | 9 | 96 | 4E | 3A |
| Octal | 102 | 350 | 224 | 110 | 0 | 44 | 11 | 226 | 116 | 72 |
| Binary | 1000010 | 11101000 | 10010100 | 1001000 | 0 | 100100 | 1001 | 10010110 | 1001110 | 111010 |
Color Harmonies of #42E894
Complementary color
Monochromatic Colors of #42E894
Black with #42E894
Text Example
Text Example
White with #42E894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E894; }
p { color: rgb(66,232,148); }
H1.HeaderClassName
{
color: #42E894;
}
.AnyTagClassName
{
color: #42E894;
}
</style>
background-color css
<style>
a { background-color: #42E894; }
a { background-color: rgb(66,232,148); }
div.DivClassName
{
background-color: #42E894;
}
.BgClassName
{
background-color: #42E894;
}
</style>
border-color css
<style>
span { border-color: #42E894; }
span { border-color: rgb(66,232,148); }
td.TdClassName
{
border-color: #42E894;
}
.TagClassName
{
border-color: #42E894;
}
</style>