Shades of Shamrock #42DC8F
Tints of Shamrock #42DC8F
RGB
CMYK
RGB Variations
Color information
#42DC8F (or 0x42DC8F) is known color: Shamrock. HEX triplet: 42, DC and 8F. RGB value is (66,220,143). Sum of RGB (Red+Green+Blue) = 66+220+143=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DC8F is #BD2370. Grayscale: #A5A5A5. Windows color (decimal): -12395377 or 9428034. OLE color: 9428034.
HSL color Cylindrical-coordinate representation of color #42DC8F: hue angle of 150º 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 #42DC8F is Cyan = 0.7, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 143 | - |
| CMYK | 0.7 | 0 | 0.35 | 0.14 |
| HSL | 150º | 0.69% | 0.56% | - |
| HSV(B) | 150º | 0.7% | 0.86% | - |
| XYZ | 32.8 | 54.33 | 34.74 | - |
| YUV | 165.18 | 115.48 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 143 | 0.7 | 0 | 0.35 | 0.14 | 150 | 0.69 | 0.56 |
| Hex | 42 | DC | 8F | 46 | 0 | 23 | E | 96 | 45 | 38 |
| Octal | 102 | 334 | 217 | 106 | 0 | 43 | 16 | 226 | 105 | 70 |
| Binary | 1000010 | 11011100 | 10001111 | 1000110 | 0 | 100011 | 1110 | 10010110 | 1000101 | 111000 |
Color Harmonies of #42DC8F
Complementary color
Monochromatic Colors of #42DC8F
Black with #42DC8F
Text Example
Text Example
White with #42DC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC8F; }
p { color: rgb(66,220,143); }
H1.HeaderClassName
{
color: #42DC8F;
}
.AnyTagClassName
{
color: #42DC8F;
}
</style>
background-color css
<style>
a { background-color: #42DC8F; }
a { background-color: rgb(66,220,143); }
div.DivClassName
{
background-color: #42DC8F;
}
.BgClassName
{
background-color: #42DC8F;
}
</style>
border-color css
<style>
span { border-color: #42DC8F; }
span { border-color: rgb(66,220,143); }
td.TdClassName
{
border-color: #42DC8F;
}
.TagClassName
{
border-color: #42DC8F;
}
</style>