Shades of Shamrock #42D08D
Tints of Shamrock #42D08D
RGB
CMYK
RGB Variations
Color information
#42D08D (or 0x42D08D) is known color: Shamrock. HEX triplet: 42, D0 and 8D. RGB value is (66,208,141). Sum of RGB (Red+Green+Blue) = 66+208+141=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #42D08D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D08D is #BD2F72. Grayscale: #9E9E9E. Windows color (decimal): -12398451 or 9293890. OLE color: 9293890.
HSL color Cylindrical-coordinate representation of color #42D08D: hue angle of 151.69º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D08D is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 141 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.18 |
| HSL | 151.69º | 0.6% | 0.54% | - |
| HSV(B) | 151.69º | 0.68% | 0.82% | - |
| XYZ | 29.61 | 48.19 | 32.94 | - |
| YUV | 157.9 | 118.46 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 141 | 0.68 | 0 | 0.32 | 0.18 | 151.69 | 0.6 | 0.54 |
| Hex | 42 | D0 | 8D | 44 | 0 | 20 | 12 | 98 | 3C | 36 |
| Octal | 102 | 320 | 215 | 104 | 0 | 40 | 22 | 230 | 74 | 66 |
| Binary | 1000010 | 11010000 | 10001101 | 1000100 | 0 | 100000 | 10010 | 10011000 | 111100 | 110110 |
Color Harmonies of #42D08D
Complementary color
Monochromatic Colors of #42D08D
Black with #42D08D
Text Example
Text Example
White with #42D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D08D; }
p { color: rgb(66,208,141); }
H1.HeaderClassName
{
color: #42D08D;
}
.AnyTagClassName
{
color: #42D08D;
}
</style>
background-color css
<style>
a { background-color: #42D08D; }
a { background-color: rgb(66,208,141); }
div.DivClassName
{
background-color: #42D08D;
}
.BgClassName
{
background-color: #42D08D;
}
</style>
border-color css
<style>
span { border-color: #42D08D; }
span { border-color: rgb(66,208,141); }
td.TdClassName
{
border-color: #42D08D;
}
.TagClassName
{
border-color: #42D08D;
}
</style>