Shades of Shamrock #42D69D
Tints of Shamrock #42D69D
RGB
CMYK
RGB Variations
Color information
#42D69D (or 0x42D69D) is known color: Shamrock. HEX triplet: 42, D6 and 9D. RGB value is (66,214,157). Sum of RGB (Red+Green+Blue) = 66+214+157=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #42D69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D69D is #BD2962. Grayscale: #A3A3A3. Windows color (decimal): -12396899 or 10344002. OLE color: 10344002.
HSL color Cylindrical-coordinate representation of color #42D69D: hue angle of 156.89º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D69D is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 157 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.16 |
| HSL | 156.89º | 0.64% | 0.55% | - |
| HSV(B) | 156.89º | 0.69% | 0.84% | - |
| XYZ | 32.38 | 51.69 | 40.17 | - |
| YUV | 163.25 | 124.47 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 157 | 0.69 | 0 | 0.27 | 0.16 | 156.89 | 0.64 | 0.55 |
| Hex | 42 | D6 | 9D | 45 | 0 | 1B | 10 | 9D | 40 | 37 |
| Octal | 102 | 326 | 235 | 105 | 0 | 33 | 20 | 235 | 100 | 67 |
| Binary | 1000010 | 11010110 | 10011101 | 1000101 | 0 | 11011 | 10000 | 10011101 | 1000000 | 110111 |
Color Harmonies of #42D69D
Complementary color
Monochromatic Colors of #42D69D
Black with #42D69D
Text Example
Text Example
White with #42D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D69D; }
p { color: rgb(66,214,157); }
H1.HeaderClassName
{
color: #42D69D;
}
.AnyTagClassName
{
color: #42D69D;
}
</style>
background-color css
<style>
a { background-color: #42D69D; }
a { background-color: rgb(66,214,157); }
div.DivClassName
{
background-color: #42D69D;
}
.BgClassName
{
background-color: #42D69D;
}
</style>
border-color css
<style>
span { border-color: #42D69D; }
span { border-color: rgb(66,214,157); }
td.TdClassName
{
border-color: #42D69D;
}
.TagClassName
{
border-color: #42D69D;
}
</style>