Shades of Shamrock #42EDAB
Tints of Shamrock #42EDAB
RGB
CMYK
RGB Variations
Color information
#42EDAB (or 0x42EDAB) is known color: Shamrock. HEX triplet: 42, ED and AB. RGB value is (66,237,171). Sum of RGB (Red+Green+Blue) = 66+237+171=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #42EDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EDAB is #BD1254. Grayscale: #B2B2B2. Windows color (decimal): -12390997 or 11267394. OLE color: 11267394.
HSL color Cylindrical-coordinate representation of color #42EDAB: hue angle of 156.84º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EDAB is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 237 | 171 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.07 |
| HSL | 156.84º | 0.83% | 0.59% | - |
| HSV(B) | 156.84º | 0.72% | 0.93% | - |
| XYZ | 39.88 | 64.67 | 48.91 | - |
| YUV | 178.35 | 123.85 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 237 | 171 | 0.72 | 0 | 0.28 | 0.07 | 156.84 | 0.83 | 0.59 |
| Hex | 42 | ED | AB | 48 | 0 | 1C | 7 | 9D | 53 | 3B |
| Octal | 102 | 355 | 253 | 110 | 0 | 34 | 7 | 235 | 123 | 73 |
| Binary | 1000010 | 11101101 | 10101011 | 1001000 | 0 | 11100 | 111 | 10011101 | 1010011 | 111011 |
Color Harmonies of #42EDAB
Complementary color
Monochromatic Colors of #42EDAB
Black with #42EDAB
Text Example
Text Example
White with #42EDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EDAB; }
p { color: rgb(66,237,171); }
H1.HeaderClassName
{
color: #42EDAB;
}
.AnyTagClassName
{
color: #42EDAB;
}
</style>
background-color css
<style>
a { background-color: #42EDAB; }
a { background-color: rgb(66,237,171); }
div.DivClassName
{
background-color: #42EDAB;
}
.BgClassName
{
background-color: #42EDAB;
}
</style>
border-color css
<style>
span { border-color: #42EDAB; }
span { border-color: rgb(66,237,171); }
td.TdClassName
{
border-color: #42EDAB;
}
.TagClassName
{
border-color: #42EDAB;
}
</style>