Shades of Shamrock #42DE96
Tints of Shamrock #42DE96
RGB
CMYK
RGB Variations
Color information
#42DE96 (or 0x42DE96) is known color: Shamrock. HEX triplet: 42, DE and 96. RGB value is (66,222,150). Sum of RGB (Red+Green+Blue) = 66+222+150=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DE96 is #BD2169. Grayscale: #A7A7A7. Windows color (decimal): -12394858 or 9887298. OLE color: 9887298.
HSL color Cylindrical-coordinate representation of color #42DE96: hue angle of 152.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DE96 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 222 | 150 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.13 |
| HSL | 152.31º | 0.7% | 0.56% | - |
| HSV(B) | 152.31º | 0.7% | 0.87% | - |
| XYZ | 33.87 | 55.6 | 37.8 | - |
| YUV | 167.15 | 118.32 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 150 | 0.70 | 0 | 0.32 | 0.13 | 152.31 | 0.7 | 0.56 |
| Hex | 42 | DE | 96 | 46 | 0 | 20 | D | 98 | 46 | 38 |
| Octal | 102 | 336 | 226 | 106 | 0 | 40 | 15 | 230 | 106 | 70 |
| Binary | 1000010 | 11011110 | 10010110 | 1000110 | 0 | 100000 | 1101 | 10011000 | 1000110 | 111000 |
Color Harmonies of #42DE96
Complementary color
Monochromatic Colors of #42DE96
Black with #42DE96
Text Example
Text Example
White with #42DE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DE96; }
p { color: rgb(66,222,150); }
H1.HeaderClassName
{
color: #42DE96;
}
.AnyTagClassName
{
color: #42DE96;
}
</style>
background-color css
<style>
a { background-color: #42DE96; }
a { background-color: rgb(66,222,150); }
div.DivClassName
{
background-color: #42DE96;
}
.BgClassName
{
background-color: #42DE96;
}
</style>
border-color css
<style>
span { border-color: #42DE96; }
span { border-color: rgb(66,222,150); }
td.TdClassName
{
border-color: #42DE96;
}
.TagClassName
{
border-color: #42DE96;
}
</style>