Shades of Shamrock #42C58D
Tints of Shamrock #42C58D
RGB
CMYK
RGB Variations
Color information
#42C58D (or 0x42C58D) is known color: Shamrock. HEX triplet: 42, C5 and 8D. RGB value is (66,197,141). Sum of RGB (Red+Green+Blue) = 66+197+141=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #42C58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C58D is #BD3A72. Grayscale: #979797. Windows color (decimal): -12401267 or 9291074. OLE color: 9291074.
HSL color Cylindrical-coordinate representation of color #42C58D: hue angle of 154.35º 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 #42C58D is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 141 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.23 |
| HSL | 154.35º | 0.53% | 0.52% | - |
| HSV(B) | 154.35º | 0.66% | 0.77% | - |
| XYZ | 27.02 | 43.01 | 32.08 | - |
| YUV | 151.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 141 | 0.66 | 0 | 0.28 | 0.23 | 154.35 | 0.53 | 0.52 |
| Hex | 42 | C5 | 8D | 42 | 0 | 1C | 17 | 9A | 35 | 34 |
| Octal | 102 | 305 | 215 | 102 | 0 | 34 | 27 | 232 | 65 | 64 |
| Binary | 1000010 | 11000101 | 10001101 | 1000010 | 0 | 11100 | 10111 | 10011010 | 110101 | 110100 |
Color Harmonies of #42C58D
Complementary color
Monochromatic Colors of #42C58D
Black with #42C58D
Text Example
Text Example
White with #42C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C58D; }
p { color: rgb(66,197,141); }
H1.HeaderClassName
{
color: #42C58D;
}
.AnyTagClassName
{
color: #42C58D;
}
</style>
background-color css
<style>
a { background-color: #42C58D; }
a { background-color: rgb(66,197,141); }
div.DivClassName
{
background-color: #42C58D;
}
.BgClassName
{
background-color: #42C58D;
}
</style>
border-color css
<style>
span { border-color: #42C58D; }
span { border-color: rgb(66,197,141); }
td.TdClassName
{
border-color: #42C58D;
}
.TagClassName
{
border-color: #42C58D;
}
</style>