Shades of Shamrock #42D396
Tints of Shamrock #42D396
RGB
CMYK
RGB Variations
Color information
#42D396 (or 0x42D396) is known color: Shamrock. HEX triplet: 42, D3 and 96. RGB value is (66,211,150). Sum of RGB (Red+Green+Blue) = 66+211+150=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #42D396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D396 is #BD2C69. Grayscale: #A0A0A0. Windows color (decimal): -12397674 or 9884482. OLE color: 9884482.
HSL color Cylindrical-coordinate representation of color #42D396: hue angle of 154.76º 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 #42D396 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 150 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.17 |
| HSL | 154.76º | 0.62% | 0.54% | - |
| HSV(B) | 154.76º | 0.69% | 0.83% | - |
| XYZ | 31.05 | 49.95 | 36.86 | - |
| YUV | 160.69 | 121.96 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 150 | 0.69 | 0 | 0.29 | 0.17 | 154.76 | 0.62 | 0.54 |
| Hex | 42 | D3 | 96 | 45 | 0 | 1D | 11 | 9B | 3E | 36 |
| Octal | 102 | 323 | 226 | 105 | 0 | 35 | 21 | 233 | 76 | 66 |
| Binary | 1000010 | 11010011 | 10010110 | 1000101 | 0 | 11101 | 10001 | 10011011 | 111110 | 110110 |
Color Harmonies of #42D396
Complementary color
Monochromatic Colors of #42D396
Black with #42D396
Text Example
Text Example
White with #42D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D396; }
p { color: rgb(66,211,150); }
H1.HeaderClassName
{
color: #42D396;
}
.AnyTagClassName
{
color: #42D396;
}
</style>
background-color css
<style>
a { background-color: #42D396; }
a { background-color: rgb(66,211,150); }
div.DivClassName
{
background-color: #42D396;
}
.BgClassName
{
background-color: #42D396;
}
</style>
border-color css
<style>
span { border-color: #42D396; }
span { border-color: rgb(66,211,150); }
td.TdClassName
{
border-color: #42D396;
}
.TagClassName
{
border-color: #42D396;
}
</style>