Shades of Shamrock #42DC91
Tints of Shamrock #42DC91
RGB
CMYK
RGB Variations
Color information
#42DC91 (or 0x42DC91) is known color: Shamrock. HEX triplet: 42, DC and 91. RGB value is (66,220,145). Sum of RGB (Red+Green+Blue) = 66+220+145=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DC91 is #BD236E. Grayscale: #A5A5A5. Windows color (decimal): -12395375 or 9559106. OLE color: 9559106.
HSL color Cylindrical-coordinate representation of color #42DC91: hue angle of 150.78º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DC91 is Cyan = 0.7, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 145 | - |
| CMYK | 0.7 | 0 | 0.34 | 0.14 |
| HSL | 150.78º | 0.69% | 0.56% | - |
| HSV(B) | 150.78º | 0.7% | 0.86% | - |
| XYZ | 32.95 | 54.39 | 35.55 | - |
| YUV | 165.4 | 116.48 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 145 | 0.7 | 0 | 0.34 | 0.14 | 150.78 | 0.69 | 0.56 |
| Hex | 42 | DC | 91 | 46 | 0 | 22 | E | 97 | 45 | 38 |
| Octal | 102 | 334 | 221 | 106 | 0 | 42 | 16 | 227 | 105 | 70 |
| Binary | 1000010 | 11011100 | 10010001 | 1000110 | 0 | 100010 | 1110 | 10010111 | 1000101 | 111000 |
Color Harmonies of #42DC91
Complementary color
Monochromatic Colors of #42DC91
Black with #42DC91
Text Example
Text Example
White with #42DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC91; }
p { color: rgb(66,220,145); }
H1.HeaderClassName
{
color: #42DC91;
}
.AnyTagClassName
{
color: #42DC91;
}
</style>
background-color css
<style>
a { background-color: #42DC91; }
a { background-color: rgb(66,220,145); }
div.DivClassName
{
background-color: #42DC91;
}
.BgClassName
{
background-color: #42DC91;
}
</style>
border-color css
<style>
span { border-color: #42DC91; }
span { border-color: rgb(66,220,145); }
td.TdClassName
{
border-color: #42DC91;
}
.TagClassName
{
border-color: #42DC91;
}
</style>