Shades of Shamrock #42BC96
Tints of Shamrock #42BC96
RGB
CMYK
RGB Variations
Color information
#42BC96 (or 0x42BC96) is known color: Shamrock. HEX triplet: 42, BC and 96. RGB value is (66,188,150). Sum of RGB (Red+Green+Blue) = 66+188+150=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BC96 is #BD4369. Grayscale: #939393. Windows color (decimal): -12403562 or 9878594. OLE color: 9878594.
HSL color Cylindrical-coordinate representation of color #42BC96: hue angle of 161.31º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC96 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 150 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.26 |
| HSL | 161.31º | 0.48% | 0.5% | - |
| HSV(B) | 161.31º | 0.65% | 0.74% | - |
| XYZ | 25.74 | 39.33 | 35.09 | - |
| YUV | 147.19 | 129.58 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 150 | 0.65 | 0 | 0.20 | 0.26 | 161.31 | 0.48 | 0.5 |
| Hex | 42 | BC | 96 | 41 | 0 | 14 | 1A | A1 | 30 | 32 |
| Octal | 102 | 274 | 226 | 101 | 0 | 24 | 32 | 241 | 60 | 62 |
| Binary | 1000010 | 10111100 | 10010110 | 1000001 | 0 | 10100 | 11010 | 10100001 | 110000 | 110010 |
Color Harmonies of #42BC96
Complementary color
Monochromatic Colors of #42BC96
Black with #42BC96
Text Example
Text Example
White with #42BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC96; }
p { color: rgb(66,188,150); }
H1.HeaderClassName
{
color: #42BC96;
}
.AnyTagClassName
{
color: #42BC96;
}
</style>
background-color css
<style>
a { background-color: #42BC96; }
a { background-color: rgb(66,188,150); }
div.DivClassName
{
background-color: #42BC96;
}
.BgClassName
{
background-color: #42BC96;
}
</style>
border-color css
<style>
span { border-color: #42BC96; }
span { border-color: rgb(66,188,150); }
td.TdClassName
{
border-color: #42BC96;
}
.TagClassName
{
border-color: #42BC96;
}
</style>