Shades of Shamrock #42C088
Tints of Shamrock #42C088
RGB
CMYK
RGB Variations
Color information
#42C088 (or 0x42C088) is known color: Shamrock. HEX triplet: 42, C0 and 88. RGB value is (66,192,136). Sum of RGB (Red+Green+Blue) = 66+192+136=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #42C088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C088 is #BD3F77. Grayscale: #949494. Windows color (decimal): -12402552 or 8962114. OLE color: 8962114.
HSL color Cylindrical-coordinate representation of color #42C088: hue angle of 153.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C088 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 136 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.25 |
| HSL | 153.33º | 0.5% | 0.51% | - |
| HSV(B) | 153.33º | 0.66% | 0.75% | - |
| XYZ | 25.54 | 40.64 | 29.79 | - |
| YUV | 147.94 | 121.26 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 136 | 0.66 | 0 | 0.29 | 0.25 | 153.33 | 0.5 | 0.51 |
| Hex | 42 | C0 | 88 | 42 | 0 | 1D | 19 | 99 | 32 | 33 |
| Octal | 102 | 300 | 210 | 102 | 0 | 35 | 31 | 231 | 62 | 63 |
| Binary | 1000010 | 11000000 | 10001000 | 1000010 | 0 | 11101 | 11001 | 10011001 | 110010 | 110011 |
Color Harmonies of #42C088
Complementary color
Monochromatic Colors of #42C088
Black with #42C088
Text Example
Text Example
White with #42C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C088; }
p { color: rgb(66,192,136); }
H1.HeaderClassName
{
color: #42C088;
}
.AnyTagClassName
{
color: #42C088;
}
</style>
background-color css
<style>
a { background-color: #42C088; }
a { background-color: rgb(66,192,136); }
div.DivClassName
{
background-color: #42C088;
}
.BgClassName
{
background-color: #42C088;
}
</style>
border-color css
<style>
span { border-color: #42C088; }
span { border-color: rgb(66,192,136); }
td.TdClassName
{
border-color: #42C088;
}
.TagClassName
{
border-color: #42C088;
}
</style>