Shades of Shamrock #42C599
Tints of Shamrock #42C599
RGB
CMYK
RGB Variations
Color information
#42C599 (or 0x42C599) is known color: Shamrock. HEX triplet: 42, C5 and 99. RGB value is (66,197,153). Sum of RGB (Red+Green+Blue) = 66+197+153=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #42C599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C599 is #BD3A66. Grayscale: #989898. Windows color (decimal): -12401255 or 10077506. OLE color: 10077506.
HSL color Cylindrical-coordinate representation of color #42C599: hue angle of 159.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C599 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 153 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.23 |
| HSL | 159.85º | 0.53% | 0.52% | - |
| HSV(B) | 159.85º | 0.66% | 0.77% | - |
| XYZ | 27.96 | 43.39 | 37.04 | - |
| YUV | 152.82 | 128.1 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 153 | 0.66 | 0 | 0.22 | 0.23 | 159.85 | 0.53 | 0.52 |
| Hex | 42 | C5 | 99 | 42 | 0 | 16 | 17 | A0 | 35 | 34 |
| Octal | 102 | 305 | 231 | 102 | 0 | 26 | 27 | 240 | 65 | 64 |
| Binary | 1000010 | 11000101 | 10011001 | 1000010 | 0 | 10110 | 10111 | 10100000 | 110101 | 110100 |
Color Harmonies of #42C599
Complementary color
Monochromatic Colors of #42C599
Black with #42C599
Text Example
Text Example
White with #42C599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C599; }
p { color: rgb(66,197,153); }
H1.HeaderClassName
{
color: #42C599;
}
.AnyTagClassName
{
color: #42C599;
}
</style>
background-color css
<style>
a { background-color: #42C599; }
a { background-color: rgb(66,197,153); }
div.DivClassName
{
background-color: #42C599;
}
.BgClassName
{
background-color: #42C599;
}
</style>
border-color css
<style>
span { border-color: #42C599; }
span { border-color: rgb(66,197,153); }
td.TdClassName
{
border-color: #42C599;
}
.TagClassName
{
border-color: #42C599;
}
</style>