Shades of Shamrock #42D4B0
Tints of Shamrock #42D4B0
RGB
CMYK
RGB Variations
Color information
#42D4B0 (or 0x42D4B0) is known color: Shamrock. HEX triplet: 42, D4 and B0. RGB value is (66,212,176). Sum of RGB (Red+Green+Blue) = 66+212+176=454 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.54% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #42D4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D4B0 is #BD2B4F. Grayscale: #A4A4A4. Windows color (decimal): -12397392 or 11588674. OLE color: 11588674.
HSL color Cylindrical-coordinate representation of color #42D4B0: hue angle of 165.21º 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 #42D4B0 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 176 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.17 |
| HSL | 165.21º | 0.63% | 0.55% | - |
| HSV(B) | 165.21º | 0.69% | 0.83% | - |
| XYZ | 33.63 | 51.38 | 49.22 | - |
| YUV | 164.24 | 134.63 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 176 | 0.69 | 0 | 0.17 | 0.17 | 165.21 | 0.63 | 0.55 |
| Hex | 42 | D4 | B0 | 45 | 0 | 11 | 11 | A5 | 3F | 37 |
| Octal | 102 | 324 | 260 | 105 | 0 | 21 | 21 | 245 | 77 | 67 |
| Binary | 1000010 | 11010100 | 10110000 | 1000101 | 0 | 10001 | 10001 | 10100101 | 111111 | 110111 |
Color Harmonies of #42D4B0
Complementary color
Monochromatic Colors of #42D4B0
Black with #42D4B0
Text Example
Text Example
White with #42D4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D4B0; }
p { color: rgb(66,212,176); }
H1.HeaderClassName
{
color: #42D4B0;
}
.AnyTagClassName
{
color: #42D4B0;
}
</style>
background-color css
<style>
a { background-color: #42D4B0; }
a { background-color: rgb(66,212,176); }
div.DivClassName
{
background-color: #42D4B0;
}
.BgClassName
{
background-color: #42D4B0;
}
</style>
border-color css
<style>
span { border-color: #42D4B0; }
span { border-color: rgb(66,212,176); }
td.TdClassName
{
border-color: #42D4B0;
}
.TagClassName
{
border-color: #42D4B0;
}
</style>