Shades of Shamrock #42D4A3
Tints of Shamrock #42D4A3
RGB
CMYK
RGB Variations
Color information
#42D4A3 (or 0x42D4A3) is known color: Shamrock. HEX triplet: 42, D4 and A3. RGB value is (66,212,163). Sum of RGB (Red+Green+Blue) = 66+212+163=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #42D4A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D4A3 is #BD2B5C. Grayscale: #A2A2A2. Windows color (decimal): -12397405 or 10736706. OLE color: 10736706.
HSL color Cylindrical-coordinate representation of color #42D4A3: hue angle of 159.86º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D4A3 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 163 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.17 |
| HSL | 159.86º | 0.63% | 0.55% | - |
| HSV(B) | 159.86º | 0.69% | 0.83% | - |
| XYZ | 32.4 | 50.89 | 42.77 | - |
| YUV | 162.76 | 128.13 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 163 | 0.69 | 0 | 0.23 | 0.17 | 159.86 | 0.63 | 0.55 |
| Hex | 42 | D4 | A3 | 45 | 0 | 17 | 11 | A0 | 3F | 37 |
| Octal | 102 | 324 | 243 | 105 | 0 | 27 | 21 | 240 | 77 | 67 |
| Binary | 1000010 | 11010100 | 10100011 | 1000101 | 0 | 10111 | 10001 | 10100000 | 111111 | 110111 |
Color Harmonies of #42D4A3
Complementary color
Monochromatic Colors of #42D4A3
Black with #42D4A3
Text Example
Text Example
White with #42D4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D4A3; }
p { color: rgb(66,212,163); }
H1.HeaderClassName
{
color: #42D4A3;
}
.AnyTagClassName
{
color: #42D4A3;
}
</style>
background-color css
<style>
a { background-color: #42D4A3; }
a { background-color: rgb(66,212,163); }
div.DivClassName
{
background-color: #42D4A3;
}
.BgClassName
{
background-color: #42D4A3;
}
</style>
border-color css
<style>
span { border-color: #42D4A3; }
span { border-color: rgb(66,212,163); }
td.TdClassName
{
border-color: #42D4A3;
}
.TagClassName
{
border-color: #42D4A3;
}
</style>