Shades of Shamrock #42C49C
Tints of Shamrock #42C49C
RGB
CMYK
RGB Variations
Color information
#42C49C (or 0x42C49C) is known color: Shamrock. HEX triplet: 42, C4 and 9C. RGB value is (66,196,156). Sum of RGB (Red+Green+Blue) = 66+196+156=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #42C49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C49C is #BD3B63. Grayscale: #989898. Windows color (decimal): -12401508 or 10273858. OLE color: 10273858.
HSL color Cylindrical-coordinate representation of color #42C49C: hue angle of 161.54º 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 #42C49C is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 156 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.23 |
| HSL | 161.54º | 0.52% | 0.51% | - |
| HSV(B) | 161.54º | 0.66% | 0.77% | - |
| XYZ | 27.99 | 43.04 | 38.28 | - |
| YUV | 152.57 | 129.93 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 156 | 0.66 | 0 | 0.20 | 0.23 | 161.54 | 0.52 | 0.51 |
| Hex | 42 | C4 | 9C | 42 | 0 | 14 | 17 | A2 | 34 | 33 |
| Octal | 102 | 304 | 234 | 102 | 0 | 24 | 27 | 242 | 64 | 63 |
| Binary | 1000010 | 11000100 | 10011100 | 1000010 | 0 | 10100 | 10111 | 10100010 | 110100 | 110011 |
Color Harmonies of #42C49C
Complementary color
Monochromatic Colors of #42C49C
Black with #42C49C
Text Example
Text Example
White with #42C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C49C; }
p { color: rgb(66,196,156); }
H1.HeaderClassName
{
color: #42C49C;
}
.AnyTagClassName
{
color: #42C49C;
}
</style>
background-color css
<style>
a { background-color: #42C49C; }
a { background-color: rgb(66,196,156); }
div.DivClassName
{
background-color: #42C49C;
}
.BgClassName
{
background-color: #42C49C;
}
</style>
border-color css
<style>
span { border-color: #42C49C; }
span { border-color: rgb(66,196,156); }
td.TdClassName
{
border-color: #42C49C;
}
.TagClassName
{
border-color: #42C49C;
}
</style>