Shades of Shamrock #42BC90
Tints of Shamrock #42BC90
RGB
CMYK
RGB Variations
Color information
#42BC90 (or 0x42BC90) is known color: Shamrock. HEX triplet: 42, BC and 90. RGB value is (66,188,144). Sum of RGB (Red+Green+Blue) = 66+188+144=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BC90 is #BD436F. Grayscale: #929292. Windows color (decimal): -12403568 or 9485378. OLE color: 9485378.
HSL color Cylindrical-coordinate representation of color #42BC90: hue angle of 158.36º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC90 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 144 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.26 |
| HSL | 158.36º | 0.48% | 0.5% | - |
| HSV(B) | 158.36º | 0.65% | 0.74% | - |
| XYZ | 25.26 | 39.14 | 32.61 | - |
| YUV | 146.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 144 | 0.65 | 0 | 0.23 | 0.26 | 158.36 | 0.48 | 0.5 |
| Hex | 42 | BC | 90 | 41 | 0 | 17 | 1A | 9E | 30 | 32 |
| Octal | 102 | 274 | 220 | 101 | 0 | 27 | 32 | 236 | 60 | 62 |
| Binary | 1000010 | 10111100 | 10010000 | 1000001 | 0 | 10111 | 11010 | 10011110 | 110000 | 110010 |
Color Harmonies of #42BC90
Complementary color
Monochromatic Colors of #42BC90
Black with #42BC90
Text Example
Text Example
White with #42BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC90; }
p { color: rgb(66,188,144); }
H1.HeaderClassName
{
color: #42BC90;
}
.AnyTagClassName
{
color: #42BC90;
}
</style>
background-color css
<style>
a { background-color: #42BC90; }
a { background-color: rgb(66,188,144); }
div.DivClassName
{
background-color: #42BC90;
}
.BgClassName
{
background-color: #42BC90;
}
</style>
border-color css
<style>
span { border-color: #42BC90; }
span { border-color: rgb(66,188,144); }
td.TdClassName
{
border-color: #42BC90;
}
.TagClassName
{
border-color: #42BC90;
}
</style>