Shades of Shamrock #42E0B1
Tints of Shamrock #42E0B1
RGB
CMYK
RGB Variations
Color information
#42E0B1 (or 0x42E0B1) is known color: Shamrock. HEX triplet: 42, E0 and B1. RGB value is (66,224,177). Sum of RGB (Red+Green+Blue) = 66+224+177=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #42E0B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E0B1 is #BD1F4E. Grayscale: #ABABAB. Windows color (decimal): -12394319 or 11657282. OLE color: 11657282.
HSL color Cylindrical-coordinate representation of color #42E0B1: hue angle of 162.15º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E0B1 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 224 | 177 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.12 |
| HSL | 162.15º | 0.72% | 0.57% | - |
| HSV(B) | 162.15º | 0.71% | 0.88% | - |
| XYZ | 36.84 | 57.64 | 50.78 | - |
| YUV | 171.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 224 | 177 | 0.71 | 0 | 0.21 | 0.12 | 162.15 | 0.72 | 0.57 |
| Hex | 42 | E0 | B1 | 47 | 0 | 15 | C | A2 | 48 | 39 |
| Octal | 102 | 340 | 261 | 107 | 0 | 25 | 14 | 242 | 110 | 71 |
| Binary | 1000010 | 11100000 | 10110001 | 1000111 | 0 | 10101 | 1100 | 10100010 | 1001000 | 111001 |
Color Harmonies of #42E0B1
Complementary color
Monochromatic Colors of #42E0B1
Black with #42E0B1
Text Example
Text Example
White with #42E0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E0B1; }
p { color: rgb(66,224,177); }
H1.HeaderClassName
{
color: #42E0B1;
}
.AnyTagClassName
{
color: #42E0B1;
}
</style>
background-color css
<style>
a { background-color: #42E0B1; }
a { background-color: rgb(66,224,177); }
div.DivClassName
{
background-color: #42E0B1;
}
.BgClassName
{
background-color: #42E0B1;
}
</style>
border-color css
<style>
span { border-color: #42E0B1; }
span { border-color: rgb(66,224,177); }
td.TdClassName
{
border-color: #42E0B1;
}
.TagClassName
{
border-color: #42E0B1;
}
</style>