Shades of Shamrock #42E19F
Tints of Shamrock #42E19F
RGB
CMYK
RGB Variations
Color information
#42E19F (or 0x42E19F) is known color: Shamrock. HEX triplet: 42, E1 and 9F. RGB value is (66,225,159). Sum of RGB (Red+Green+Blue) = 66+225+159=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #42E19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E19F is #BD1E60. Grayscale: #AAAAAA. Windows color (decimal): -12394081 or 10477890. OLE color: 10477890.
HSL color Cylindrical-coordinate representation of color #42E19F: hue angle of 155.09º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E19F is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 159 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.12 |
| HSL | 155.09º | 0.73% | 0.57% | - |
| HSV(B) | 155.09º | 0.71% | 0.88% | - |
| XYZ | 35.43 | 57.51 | 42.03 | - |
| YUV | 169.94 | 121.82 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 159 | 0.71 | 0 | 0.29 | 0.12 | 155.09 | 0.73 | 0.57 |
| Hex | 42 | E1 | 9F | 47 | 0 | 1D | C | 9B | 49 | 39 |
| Octal | 102 | 341 | 237 | 107 | 0 | 35 | 14 | 233 | 111 | 71 |
| Binary | 1000010 | 11100001 | 10011111 | 1000111 | 0 | 11101 | 1100 | 10011011 | 1001001 | 111001 |
Color Harmonies of #42E19F
Complementary color
Monochromatic Colors of #42E19F
Black with #42E19F
Text Example
Text Example
White with #42E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E19F; }
p { color: rgb(66,225,159); }
H1.HeaderClassName
{
color: #42E19F;
}
.AnyTagClassName
{
color: #42E19F;
}
</style>
background-color css
<style>
a { background-color: #42E19F; }
a { background-color: rgb(66,225,159); }
div.DivClassName
{
background-color: #42E19F;
}
.BgClassName
{
background-color: #42E19F;
}
</style>
border-color css
<style>
span { border-color: #42E19F; }
span { border-color: rgb(66,225,159); }
td.TdClassName
{
border-color: #42E19F;
}
.TagClassName
{
border-color: #42E19F;
}
</style>