Shades of Shamrock #42D696
Tints of Shamrock #42D696
RGB
CMYK
RGB Variations
Color information
#42D696 (or 0x42D696) is known color: Shamrock. HEX triplet: 42, D6 and 96. RGB value is (66,214,150). Sum of RGB (Red+Green+Blue) = 66+214+150=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #42D696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D696 is #BD2969. Grayscale: #A2A2A2. Windows color (decimal): -12396906 or 9885250. OLE color: 9885250.
HSL color Cylindrical-coordinate representation of color #42D696: hue angle of 154.05º 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 #42D696 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 150 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.16 |
| HSL | 154.05º | 0.64% | 0.55% | - |
| HSV(B) | 154.05º | 0.69% | 0.84% | - |
| XYZ | 31.8 | 51.45 | 37.11 | - |
| YUV | 162.45 | 120.97 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 150 | 0.69 | 0 | 0.30 | 0.16 | 154.05 | 0.64 | 0.55 |
| Hex | 42 | D6 | 96 | 45 | 0 | 1E | 10 | 9A | 40 | 37 |
| Octal | 102 | 326 | 226 | 105 | 0 | 36 | 20 | 232 | 100 | 67 |
| Binary | 1000010 | 11010110 | 10010110 | 1000101 | 0 | 11110 | 10000 | 10011010 | 1000000 | 110111 |
Color Harmonies of #42D696
Complementary color
Monochromatic Colors of #42D696
Black with #42D696
Text Example
Text Example
White with #42D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D696; }
p { color: rgb(66,214,150); }
H1.HeaderClassName
{
color: #42D696;
}
.AnyTagClassName
{
color: #42D696;
}
</style>
background-color css
<style>
a { background-color: #42D696; }
a { background-color: rgb(66,214,150); }
div.DivClassName
{
background-color: #42D696;
}
.BgClassName
{
background-color: #42D696;
}
</style>
border-color css
<style>
span { border-color: #42D696; }
span { border-color: rgb(66,214,150); }
td.TdClassName
{
border-color: #42D696;
}
.TagClassName
{
border-color: #42D696;
}
</style>