Shades of Shamrock #42C595
Tints of Shamrock #42C595
RGB
CMYK
RGB Variations
Color information
#42C595 (or 0x42C595) is known color: Shamrock. HEX triplet: 42, C5 and 95. RGB value is (66,197,149). Sum of RGB (Red+Green+Blue) = 66+197+149=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #42C595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C595 is #BD3A6A. Grayscale: #989898. Windows color (decimal): -12401259 or 9815362. OLE color: 9815362.
HSL color Cylindrical-coordinate representation of color #42C595: hue angle of 158.02º 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 #42C595 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 149 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.23 |
| HSL | 158.02º | 0.53% | 0.52% | - |
| HSV(B) | 158.02º | 0.66% | 0.77% | - |
| XYZ | 27.64 | 43.26 | 35.33 | - |
| YUV | 152.36 | 126.1 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 149 | 0.66 | 0 | 0.24 | 0.23 | 158.02 | 0.53 | 0.52 |
| Hex | 42 | C5 | 95 | 42 | 0 | 18 | 17 | 9E | 35 | 34 |
| Octal | 102 | 305 | 225 | 102 | 0 | 30 | 27 | 236 | 65 | 64 |
| Binary | 1000010 | 11000101 | 10010101 | 1000010 | 0 | 11000 | 10111 | 10011110 | 110101 | 110100 |
Color Harmonies of #42C595
Complementary color
Monochromatic Colors of #42C595
Black with #42C595
Text Example
Text Example
White with #42C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C595; }
p { color: rgb(66,197,149); }
H1.HeaderClassName
{
color: #42C595;
}
.AnyTagClassName
{
color: #42C595;
}
</style>
background-color css
<style>
a { background-color: #42C595; }
a { background-color: rgb(66,197,149); }
div.DivClassName
{
background-color: #42C595;
}
.BgClassName
{
background-color: #42C595;
}
</style>
border-color css
<style>
span { border-color: #42C595; }
span { border-color: rgb(66,197,149); }
td.TdClassName
{
border-color: #42C595;
}
.TagClassName
{
border-color: #42C595;
}
</style>