Shades of Shamrock #42C88B
Tints of Shamrock #42C88B
RGB
CMYK
RGB Variations
Color information
#42C88B (or 0x42C88B) is known color: Shamrock. HEX triplet: 42, C8 and 8B. RGB value is (66,200,139). Sum of RGB (Red+Green+Blue) = 66+200+139=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #42C88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C88B is #BD3774. Grayscale: #999999. Windows color (decimal): -12400501 or 9160770. OLE color: 9160770.
HSL color Cylindrical-coordinate representation of color #42C88B: hue angle of 152.69º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C88B is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 139 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.22 |
| HSL | 152.69º | 0.55% | 0.52% | - |
| HSV(B) | 152.69º | 0.67% | 0.78% | - |
| XYZ | 27.56 | 44.33 | 31.53 | - |
| YUV | 152.98 | 120.11 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 139 | 0.67 | 0 | 0.30 | 0.22 | 152.69 | 0.55 | 0.52 |
| Hex | 42 | C8 | 8B | 43 | 0 | 1E | 16 | 99 | 37 | 34 |
| Octal | 102 | 310 | 213 | 103 | 0 | 36 | 26 | 231 | 67 | 64 |
| Binary | 1000010 | 11001000 | 10001011 | 1000011 | 0 | 11110 | 10110 | 10011001 | 110111 | 110100 |
Color Harmonies of #42C88B
Complementary color
Monochromatic Colors of #42C88B
Black with #42C88B
Text Example
Text Example
White with #42C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C88B; }
p { color: rgb(66,200,139); }
H1.HeaderClassName
{
color: #42C88B;
}
.AnyTagClassName
{
color: #42C88B;
}
</style>
background-color css
<style>
a { background-color: #42C88B; }
a { background-color: rgb(66,200,139); }
div.DivClassName
{
background-color: #42C88B;
}
.BgClassName
{
background-color: #42C88B;
}
</style>
border-color css
<style>
span { border-color: #42C88B; }
span { border-color: rgb(66,200,139); }
td.TdClassName
{
border-color: #42C88B;
}
.TagClassName
{
border-color: #42C88B;
}
</style>