Shades of Shamrock #42EFAB
Tints of Shamrock #42EFAB
RGB
CMYK
RGB Variations
Color information
#42EFAB (or 0x42EFAB) is known color: Shamrock. HEX triplet: 42, EF and AB. RGB value is (66,239,171). Sum of RGB (Red+Green+Blue) = 66+239+171=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EFAB is #BD1054. Grayscale: #B3B3B3. Windows color (decimal): -12390485 or 11267906. OLE color: 11267906.
HSL color Cylindrical-coordinate representation of color #42EFAB: hue angle of 156.42º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EFAB is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 171 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.06 |
| HSL | 156.42º | 0.84% | 0.6% | - |
| HSV(B) | 156.42º | 0.72% | 0.94% | - |
| XYZ | 40.46 | 65.83 | 49.1 | - |
| YUV | 179.52 | 123.19 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 171 | 0.72 | 0 | 0.28 | 0.06 | 156.42 | 0.84 | 0.6 |
| Hex | 42 | EF | AB | 48 | 0 | 1C | 6 | 9C | 54 | 3C |
| Octal | 102 | 357 | 253 | 110 | 0 | 34 | 6 | 234 | 124 | 74 |
| Binary | 1000010 | 11101111 | 10101011 | 1001000 | 0 | 11100 | 110 | 10011100 | 1010100 | 111100 |
Color Harmonies of #42EFAB
Complementary color
Monochromatic Colors of #42EFAB
Black with #42EFAB
Text Example
Text Example
White with #42EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFAB; }
p { color: rgb(66,239,171); }
H1.HeaderClassName
{
color: #42EFAB;
}
.AnyTagClassName
{
color: #42EFAB;
}
</style>
background-color css
<style>
a { background-color: #42EFAB; }
a { background-color: rgb(66,239,171); }
div.DivClassName
{
background-color: #42EFAB;
}
.BgClassName
{
background-color: #42EFAB;
}
</style>
border-color css
<style>
span { border-color: #42EFAB; }
span { border-color: rgb(66,239,171); }
td.TdClassName
{
border-color: #42EFAB;
}
.TagClassName
{
border-color: #42EFAB;
}
</style>