Shades of Shamrock #42F5AB
Tints of Shamrock #42F5AB
RGB
CMYK
RGB Variations
Color information
#42F5AB (or 0x42F5AB) is known color: Shamrock. HEX triplet: 42, F5 and AB. RGB value is (66,245,171). Sum of RGB (Red+Green+Blue) = 66+245+171=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #42F5AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F5AB is #BD0A54. Grayscale: #B7B7B7. Windows color (decimal): -12388949 or 11269442. OLE color: 11269442.
HSL color Cylindrical-coordinate representation of color #42F5AB: hue angle of 155.2º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F5AB is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 245 | 171 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.04 |
| HSL | 155.2º | 0.9% | 0.61% | - |
| HSV(B) | 155.2º | 0.73% | 0.96% | - |
| XYZ | 42.25 | 69.4 | 49.7 | - |
| YUV | 183.04 | 121.2 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 245 | 171 | 0.73 | 0 | 0.30 | 0.04 | 155.2 | 0.9 | 0.61 |
| Hex | 42 | F5 | AB | 49 | 0 | 1E | 4 | 9B | 5A | 3D |
| Octal | 102 | 365 | 253 | 111 | 0 | 36 | 4 | 233 | 132 | 75 |
| Binary | 1000010 | 11110101 | 10101011 | 1001001 | 0 | 11110 | 100 | 10011011 | 1011010 | 111101 |
Color Harmonies of #42F5AB
Complementary color
Monochromatic Colors of #42F5AB
Black with #42F5AB
Text Example
Text Example
White with #42F5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F5AB; }
p { color: rgb(66,245,171); }
H1.HeaderClassName
{
color: #42F5AB;
}
.AnyTagClassName
{
color: #42F5AB;
}
</style>
background-color css
<style>
a { background-color: #42F5AB; }
a { background-color: rgb(66,245,171); }
div.DivClassName
{
background-color: #42F5AB;
}
.BgClassName
{
background-color: #42F5AB;
}
</style>
border-color css
<style>
span { border-color: #42F5AB; }
span { border-color: rgb(66,245,171); }
td.TdClassName
{
border-color: #42F5AB;
}
.TagClassName
{
border-color: #42F5AB;
}
</style>