Shades of Shamrock #42E89D
Tints of Shamrock #42E89D
RGB
CMYK
RGB Variations
Color information
#42E89D (or 0x42E89D) is known color: Shamrock. HEX triplet: 42, E8 and 9D. RGB value is (66,232,157). Sum of RGB (Red+Green+Blue) = 66+232+157=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #42E89D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E89D is #BD1762. Grayscale: #ADADAD. Windows color (decimal): -12392291 or 10348610. OLE color: 10348610.
HSL color Cylindrical-coordinate representation of color #42E89D: hue angle of 152.89º 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 #42E89D is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 157 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.09 |
| HSL | 152.89º | 0.78% | 0.58% | - |
| HSV(B) | 152.89º | 0.72% | 0.91% | - |
| XYZ | 37.19 | 61.31 | 41.77 | - |
| YUV | 173.82 | 118.5 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 157 | 0.72 | 0 | 0.32 | 0.09 | 152.89 | 0.78 | 0.58 |
| Hex | 42 | E8 | 9D | 48 | 0 | 20 | 9 | 99 | 4E | 3A |
| Octal | 102 | 350 | 235 | 110 | 0 | 40 | 11 | 231 | 116 | 72 |
| Binary | 1000010 | 11101000 | 10011101 | 1001000 | 0 | 100000 | 1001 | 10011001 | 1001110 | 111010 |
Color Harmonies of #42E89D
Complementary color
Monochromatic Colors of #42E89D
Black with #42E89D
Text Example
Text Example
White with #42E89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E89D; }
p { color: rgb(66,232,157); }
H1.HeaderClassName
{
color: #42E89D;
}
.AnyTagClassName
{
color: #42E89D;
}
</style>
background-color css
<style>
a { background-color: #42E89D; }
a { background-color: rgb(66,232,157); }
div.DivClassName
{
background-color: #42E89D;
}
.BgClassName
{
background-color: #42E89D;
}
</style>
border-color css
<style>
span { border-color: #42E89D; }
span { border-color: rgb(66,232,157); }
td.TdClassName
{
border-color: #42E89D;
}
.TagClassName
{
border-color: #42E89D;
}
</style>