Shades of Shamrock #42F2AB
Tints of Shamrock #42F2AB
RGB
CMYK
RGB Variations
Color information
#42F2AB (or 0x42F2AB) is known color: Shamrock. HEX triplet: 42, F2 and AB. RGB value is (66,242,171). Sum of RGB (Red+Green+Blue) = 66+242+171=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #42F2AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F2AB is #BD0D54. Grayscale: #B5B5B5. Windows color (decimal): -12389717 or 11268674. OLE color: 11268674.
HSL color Cylindrical-coordinate representation of color #42F2AB: hue angle of 155.8º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F2AB is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 171 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.05 |
| HSL | 155.8º | 0.87% | 0.6% | - |
| HSV(B) | 155.8º | 0.73% | 0.95% | - |
| XYZ | 41.35 | 67.6 | 49.4 | - |
| YUV | 181.28 | 122.19 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 171 | 0.73 | 0 | 0.29 | 0.05 | 155.8 | 0.87 | 0.6 |
| Hex | 42 | F2 | AB | 49 | 0 | 1D | 5 | 9C | 57 | 3C |
| Octal | 102 | 362 | 253 | 111 | 0 | 35 | 5 | 234 | 127 | 74 |
| Binary | 1000010 | 11110010 | 10101011 | 1001001 | 0 | 11101 | 101 | 10011100 | 1010111 | 111100 |
Color Harmonies of #42F2AB
Complementary color
Monochromatic Colors of #42F2AB
Black with #42F2AB
Text Example
Text Example
White with #42F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F2AB; }
p { color: rgb(66,242,171); }
H1.HeaderClassName
{
color: #42F2AB;
}
.AnyTagClassName
{
color: #42F2AB;
}
</style>
background-color css
<style>
a { background-color: #42F2AB; }
a { background-color: rgb(66,242,171); }
div.DivClassName
{
background-color: #42F2AB;
}
.BgClassName
{
background-color: #42F2AB;
}
</style>
border-color css
<style>
span { border-color: #42F2AB; }
span { border-color: rgb(66,242,171); }
td.TdClassName
{
border-color: #42F2AB;
}
.TagClassName
{
border-color: #42F2AB;
}
</style>