Shades of Shamrock #42DE8E
Tints of Shamrock #42DE8E
RGB
CMYK
RGB Variations
Color information
#42DE8E (or 0x42DE8E) is known color: Shamrock. HEX triplet: 42, DE and 8E. RGB value is (66,222,142). Sum of RGB (Red+Green+Blue) = 66+222+142=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DE8E is #BD2171. Grayscale: #A6A6A6. Windows color (decimal): -12394866 or 9363010. OLE color: 9363010.
HSL color Cylindrical-coordinate representation of color #42DE8E: hue angle of 149.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DE8E is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 222 | 142 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.13 |
| HSL | 149.23º | 0.7% | 0.56% | - |
| HSV(B) | 149.23º | 0.7% | 0.87% | - |
| XYZ | 33.25 | 55.35 | 34.52 | - |
| YUV | 166.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 142 | 0.70 | 0 | 0.36 | 0.13 | 149.23 | 0.7 | 0.56 |
| Hex | 42 | DE | 8E | 46 | 0 | 24 | D | 95 | 46 | 38 |
| Octal | 102 | 336 | 216 | 106 | 0 | 44 | 15 | 225 | 106 | 70 |
| Binary | 1000010 | 11011110 | 10001110 | 1000110 | 0 | 100100 | 1101 | 10010101 | 1000110 | 111000 |
Color Harmonies of #42DE8E
Complementary color
Monochromatic Colors of #42DE8E
Black with #42DE8E
Text Example
Text Example
White with #42DE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DE8E; }
p { color: rgb(66,222,142); }
H1.HeaderClassName
{
color: #42DE8E;
}
.AnyTagClassName
{
color: #42DE8E;
}
</style>
background-color css
<style>
a { background-color: #42DE8E; }
a { background-color: rgb(66,222,142); }
div.DivClassName
{
background-color: #42DE8E;
}
.BgClassName
{
background-color: #42DE8E;
}
</style>
border-color css
<style>
span { border-color: #42DE8E; }
span { border-color: rgb(66,222,142); }
td.TdClassName
{
border-color: #42DE8E;
}
.TagClassName
{
border-color: #42DE8E;
}
</style>