Shades of Shamrock #42C394
Tints of Shamrock #42C394
RGB
CMYK
RGB Variations
Color information
#42C394 (or 0x42C394) is known color: Shamrock. HEX triplet: 42, C3 and 94. RGB value is (66,195,148). Sum of RGB (Red+Green+Blue) = 66+195+148=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #42C394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C394 is #BD3C6B. Grayscale: #979797. Windows color (decimal): -12401772 or 9749314. OLE color: 9749314.
HSL color Cylindrical-coordinate representation of color #42C394: hue angle of 158.14º 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 #42C394 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 148 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.24 |
| HSL | 158.14º | 0.52% | 0.51% | - |
| HSV(B) | 158.14º | 0.66% | 0.76% | - |
| XYZ | 27.11 | 42.33 | 34.76 | - |
| YUV | 151.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 148 | 0.66 | 0 | 0.24 | 0.24 | 158.14 | 0.52 | 0.51 |
| Hex | 42 | C3 | 94 | 42 | 0 | 18 | 18 | 9E | 34 | 33 |
| Octal | 102 | 303 | 224 | 102 | 0 | 30 | 30 | 236 | 64 | 63 |
| Binary | 1000010 | 11000011 | 10010100 | 1000010 | 0 | 11000 | 11000 | 10011110 | 110100 | 110011 |
Color Harmonies of #42C394
Complementary color
Monochromatic Colors of #42C394
Black with #42C394
Text Example
Text Example
White with #42C394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C394; }
p { color: rgb(66,195,148); }
H1.HeaderClassName
{
color: #42C394;
}
.AnyTagClassName
{
color: #42C394;
}
</style>
background-color css
<style>
a { background-color: #42C394; }
a { background-color: rgb(66,195,148); }
div.DivClassName
{
background-color: #42C394;
}
.BgClassName
{
background-color: #42C394;
}
</style>
border-color css
<style>
span { border-color: #42C394; }
span { border-color: rgb(66,195,148); }
td.TdClassName
{
border-color: #42C394;
}
.TagClassName
{
border-color: #42C394;
}
</style>