Shades of Shamrock #42D296
Tints of Shamrock #42D296
RGB
CMYK
RGB Variations
Color information
#42D296 (or 0x42D296) is known color: Shamrock. HEX triplet: 42, D2 and 96. RGB value is (66,210,150). Sum of RGB (Red+Green+Blue) = 66+210+150=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #42D296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D296 is #BD2D69. Grayscale: #A0A0A0. Windows color (decimal): -12397930 or 9884226. OLE color: 9884226.
HSL color Cylindrical-coordinate representation of color #42D296: hue angle of 155º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D296 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 210 | 150 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.18 |
| HSL | 155º | 0.62% | 0.54% | - |
| HSV(B) | 155º | 0.69% | 0.82% | - |
| XYZ | 30.8 | 49.45 | 36.78 | - |
| YUV | 160.1 | 122.29 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 150 | 0.69 | 0 | 0.29 | 0.18 | 155 | 0.62 | 0.54 |
| Hex | 42 | D2 | 96 | 45 | 0 | 1D | 12 | 9B | 3E | 36 |
| Octal | 102 | 322 | 226 | 105 | 0 | 35 | 22 | 233 | 76 | 66 |
| Binary | 1000010 | 11010010 | 10010110 | 1000101 | 0 | 11101 | 10010 | 10011011 | 111110 | 110110 |
Color Harmonies of #42D296
Complementary color
Monochromatic Colors of #42D296
Black with #42D296
Text Example
Text Example
White with #42D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D296; }
p { color: rgb(66,210,150); }
H1.HeaderClassName
{
color: #42D296;
}
.AnyTagClassName
{
color: #42D296;
}
</style>
background-color css
<style>
a { background-color: #42D296; }
a { background-color: rgb(66,210,150); }
div.DivClassName
{
background-color: #42D296;
}
.BgClassName
{
background-color: #42D296;
}
</style>
border-color css
<style>
span { border-color: #42D296; }
span { border-color: rgb(66,210,150); }
td.TdClassName
{
border-color: #42D296;
}
.TagClassName
{
border-color: #42D296;
}
</style>