Shades of Shamrock #42C49F
Tints of Shamrock #42C49F
RGB
CMYK
RGB Variations
Color information
#42C49F (or 0x42C49F) is known color: Shamrock. HEX triplet: 42, C4 and 9F. RGB value is (66,196,159). Sum of RGB (Red+Green+Blue) = 66+196+159=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #42C49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C49F is #BD3B60. Grayscale: #989898. Windows color (decimal): -12401505 or 10470466. OLE color: 10470466.
HSL color Cylindrical-coordinate representation of color #42C49F: hue angle of 162.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C49F is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 159 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.23 |
| HSL | 162.92º | 0.52% | 0.51% | - |
| HSV(B) | 162.92º | 0.66% | 0.77% | - |
| XYZ | 28.24 | 43.14 | 39.64 | - |
| YUV | 152.91 | 131.43 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 159 | 0.66 | 0 | 0.19 | 0.23 | 162.92 | 0.52 | 0.51 |
| Hex | 42 | C4 | 9F | 42 | 0 | 13 | 17 | A3 | 34 | 33 |
| Octal | 102 | 304 | 237 | 102 | 0 | 23 | 27 | 243 | 64 | 63 |
| Binary | 1000010 | 11000100 | 10011111 | 1000010 | 0 | 10011 | 10111 | 10100011 | 110100 | 110011 |
Color Harmonies of #42C49F
Complementary color
Monochromatic Colors of #42C49F
Black with #42C49F
Text Example
Text Example
White with #42C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C49F; }
p { color: rgb(66,196,159); }
H1.HeaderClassName
{
color: #42C49F;
}
.AnyTagClassName
{
color: #42C49F;
}
</style>
background-color css
<style>
a { background-color: #42C49F; }
a { background-color: rgb(66,196,159); }
div.DivClassName
{
background-color: #42C49F;
}
.BgClassName
{
background-color: #42C49F;
}
</style>
border-color css
<style>
span { border-color: #42C49F; }
span { border-color: rgb(66,196,159); }
td.TdClassName
{
border-color: #42C49F;
}
.TagClassName
{
border-color: #42C49F;
}
</style>