Shades of Shamrock #42D39D
Tints of Shamrock #42D39D
RGB
CMYK
RGB Variations
Color information
#42D39D (or 0x42D39D) is known color: Shamrock. HEX triplet: 42, D3 and 9D. RGB value is (66,211,157). Sum of RGB (Red+Green+Blue) = 66+211+157=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #42D39D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D39D is #BD2C62. Grayscale: #A1A1A1. Windows color (decimal): -12397667 or 10343234. OLE color: 10343234.
HSL color Cylindrical-coordinate representation of color #42D39D: hue angle of 157.66º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D39D is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 157 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.17 |
| HSL | 157.66º | 0.62% | 0.54% | - |
| HSV(B) | 157.66º | 0.69% | 0.83% | - |
| XYZ | 31.63 | 50.18 | 39.92 | - |
| YUV | 161.49 | 125.46 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 157 | 0.69 | 0 | 0.26 | 0.17 | 157.66 | 0.62 | 0.54 |
| Hex | 42 | D3 | 9D | 45 | 0 | 1A | 11 | 9E | 3E | 36 |
| Octal | 102 | 323 | 235 | 105 | 0 | 32 | 21 | 236 | 76 | 66 |
| Binary | 1000010 | 11010011 | 10011101 | 1000101 | 0 | 11010 | 10001 | 10011110 | 111110 | 110110 |
Color Harmonies of #42D39D
Complementary color
Monochromatic Colors of #42D39D
Black with #42D39D
Text Example
Text Example
White with #42D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D39D; }
p { color: rgb(66,211,157); }
H1.HeaderClassName
{
color: #42D39D;
}
.AnyTagClassName
{
color: #42D39D;
}
</style>
background-color css
<style>
a { background-color: #42D39D; }
a { background-color: rgb(66,211,157); }
div.DivClassName
{
background-color: #42D39D;
}
.BgClassName
{
background-color: #42D39D;
}
</style>
border-color css
<style>
span { border-color: #42D39D; }
span { border-color: rgb(66,211,157); }
td.TdClassName
{
border-color: #42D39D;
}
.TagClassName
{
border-color: #42D39D;
}
</style>