Shades of Shamrock #42C388
Tints of Shamrock #42C388
RGB
CMYK
RGB Variations
Color information
#42C388 (or 0x42C388) is known color: Shamrock. HEX triplet: 42, C3 and 88. RGB value is (66,195,136). Sum of RGB (Red+Green+Blue) = 66+195+136=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #42C388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C388 is #BD3C77. Grayscale: #959595. Windows color (decimal): -12401784 or 8962882. OLE color: 8962882.
HSL color Cylindrical-coordinate representation of color #42C388: hue angle of 152.56º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C388 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 136 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.24 |
| HSL | 152.56º | 0.52% | 0.51% | - |
| HSV(B) | 152.56º | 0.66% | 0.76% | - |
| XYZ | 26.21 | 41.97 | 30.01 | - |
| YUV | 149.7 | 120.26 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 136 | 0.66 | 0 | 0.30 | 0.24 | 152.56 | 0.52 | 0.51 |
| Hex | 42 | C3 | 88 | 42 | 0 | 1E | 18 | 99 | 34 | 33 |
| Octal | 102 | 303 | 210 | 102 | 0 | 36 | 30 | 231 | 64 | 63 |
| Binary | 1000010 | 11000011 | 10001000 | 1000010 | 0 | 11110 | 11000 | 10011001 | 110100 | 110011 |
Color Harmonies of #42C388
Complementary color
Monochromatic Colors of #42C388
Black with #42C388
Text Example
Text Example
White with #42C388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C388; }
p { color: rgb(66,195,136); }
H1.HeaderClassName
{
color: #42C388;
}
.AnyTagClassName
{
color: #42C388;
}
</style>
background-color css
<style>
a { background-color: #42C388; }
a { background-color: rgb(66,195,136); }
div.DivClassName
{
background-color: #42C388;
}
.BgClassName
{
background-color: #42C388;
}
</style>
border-color css
<style>
span { border-color: #42C388; }
span { border-color: rgb(66,195,136); }
td.TdClassName
{
border-color: #42C388;
}
.TagClassName
{
border-color: #42C388;
}
</style>