Shades of Shamrock #42C58C
Tints of Shamrock #42C58C
RGB
CMYK
RGB Variations
Color information
#42C58C (or 0x42C58C) is known color: Shamrock. HEX triplet: 42, C5 and 8C. RGB value is (66,197,140). Sum of RGB (Red+Green+Blue) = 66+197+140=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #42C58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C58C is #BD3A73. Grayscale: #979797. Windows color (decimal): -12401268 or 9225538. OLE color: 9225538.
HSL color Cylindrical-coordinate representation of color #42C58C: hue angle of 153.89º 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 #42C58C is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 140 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.23 |
| HSL | 153.89º | 0.53% | 0.52% | - |
| HSV(B) | 153.89º | 0.66% | 0.77% | - |
| XYZ | 26.95 | 42.98 | 31.69 | - |
| YUV | 151.33 | 121.6 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 140 | 0.66 | 0 | 0.29 | 0.23 | 153.89 | 0.53 | 0.52 |
| Hex | 42 | C5 | 8C | 42 | 0 | 1D | 17 | 9A | 35 | 34 |
| Octal | 102 | 305 | 214 | 102 | 0 | 35 | 27 | 232 | 65 | 64 |
| Binary | 1000010 | 11000101 | 10001100 | 1000010 | 0 | 11101 | 10111 | 10011010 | 110101 | 110100 |
Color Harmonies of #42C58C
Complementary color
Monochromatic Colors of #42C58C
Black with #42C58C
Text Example
Text Example
White with #42C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C58C; }
p { color: rgb(66,197,140); }
H1.HeaderClassName
{
color: #42C58C;
}
.AnyTagClassName
{
color: #42C58C;
}
</style>
background-color css
<style>
a { background-color: #42C58C; }
a { background-color: rgb(66,197,140); }
div.DivClassName
{
background-color: #42C58C;
}
.BgClassName
{
background-color: #42C58C;
}
</style>
border-color css
<style>
span { border-color: #42C58C; }
span { border-color: rgb(66,197,140); }
td.TdClassName
{
border-color: #42C58C;
}
.TagClassName
{
border-color: #42C58C;
}
</style>