Shades of Shamrock #42C58B
Tints of Shamrock #42C58B
RGB
CMYK
RGB Variations
Color information
#42C58B (or 0x42C58B) is known color: Shamrock. HEX triplet: 42, C5 and 8B. RGB value is (66,197,139). Sum of RGB (Red+Green+Blue) = 66+197+139=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #42C58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C58B is #BD3A74. Grayscale: #979797. Windows color (decimal): -12401269 or 9160002. OLE color: 9160002.
HSL color Cylindrical-coordinate representation of color #42C58B: hue angle of 153.44º 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 #42C58B is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 139 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.23 |
| HSL | 153.44º | 0.53% | 0.52% | - |
| HSV(B) | 153.44º | 0.66% | 0.77% | - |
| XYZ | 26.87 | 42.95 | 31.3 | - |
| YUV | 151.22 | 121.1 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 139 | 0.66 | 0 | 0.29 | 0.23 | 153.44 | 0.53 | 0.52 |
| Hex | 42 | C5 | 8B | 42 | 0 | 1D | 17 | 99 | 35 | 34 |
| Octal | 102 | 305 | 213 | 102 | 0 | 35 | 27 | 231 | 65 | 64 |
| Binary | 1000010 | 11000101 | 10001011 | 1000010 | 0 | 11101 | 10111 | 10011001 | 110101 | 110100 |
Color Harmonies of #42C58B
Complementary color
Monochromatic Colors of #42C58B
Black with #42C58B
Text Example
Text Example
White with #42C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C58B; }
p { color: rgb(66,197,139); }
H1.HeaderClassName
{
color: #42C58B;
}
.AnyTagClassName
{
color: #42C58B;
}
</style>
background-color css
<style>
a { background-color: #42C58B; }
a { background-color: rgb(66,197,139); }
div.DivClassName
{
background-color: #42C58B;
}
.BgClassName
{
background-color: #42C58B;
}
</style>
border-color css
<style>
span { border-color: #42C58B; }
span { border-color: rgb(66,197,139); }
td.TdClassName
{
border-color: #42C58B;
}
.TagClassName
{
border-color: #42C58B;
}
</style>