Shades of Shamrock #42E89C
Tints of Shamrock #42E89C
RGB
CMYK
RGB Variations
Color information
#42E89C (or 0x42E89C) is known color: Shamrock. HEX triplet: 42, E8 and 9C. RGB value is (66,232,156). Sum of RGB (Red+Green+Blue) = 66+232+156=454 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.54% from 454); Green value is 232 (91.02% from 255 or 51.10% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 232 - color contains mainly: green. Hex color #42E89C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E89C is #BD1763. Grayscale: #ADADAD. Windows color (decimal): -12392292 or 10283074. OLE color: 10283074.
HSL color Cylindrical-coordinate representation of color #42E89C: hue angle of 152.53º 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 #42E89C is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 232 | 156 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.09 |
| HSL | 152.53º | 0.78% | 0.58% | - |
| HSV(B) | 152.53º | 0.72% | 0.91% | - |
| XYZ | 37.1 | 61.27 | 41.32 | - |
| YUV | 173.7 | 118 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 232 | 156 | 0.72 | 0 | 0.33 | 0.09 | 152.53 | 0.78 | 0.58 |
| Hex | 42 | E8 | 9C | 48 | 0 | 21 | 9 | 99 | 4E | 3A |
| Octal | 102 | 350 | 234 | 110 | 0 | 41 | 11 | 231 | 116 | 72 |
| Binary | 1000010 | 11101000 | 10011100 | 1001000 | 0 | 100001 | 1001 | 10011001 | 1001110 | 111010 |
Color Harmonies of #42E89C
Complementary color
Monochromatic Colors of #42E89C
Black with #42E89C
Text Example
Text Example
White with #42E89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E89C; }
p { color: rgb(66,232,156); }
H1.HeaderClassName
{
color: #42E89C;
}
.AnyTagClassName
{
color: #42E89C;
}
</style>
background-color css
<style>
a { background-color: #42E89C; }
a { background-color: rgb(66,232,156); }
div.DivClassName
{
background-color: #42E89C;
}
.BgClassName
{
background-color: #42E89C;
}
</style>
border-color css
<style>
span { border-color: #42E89C; }
span { border-color: rgb(66,232,156); }
td.TdClassName
{
border-color: #42E89C;
}
.TagClassName
{
border-color: #42E89C;
}
</style>