Shades of Shamrock #42FCAB
Tints of Shamrock #42FCAB
RGB
CMYK
RGB Variations
Color information
#42FCAB (or 0x42FCAB) is known color: Shamrock. HEX triplet: 42, FC and AB. RGB value is (66,252,171). Sum of RGB (Red+Green+Blue) = 66+252+171=489 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.50% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FCAB is #BD0354. Grayscale: #BBBBBB. Windows color (decimal): -12387157 or 11271234. OLE color: 11271234.
HSL color Cylindrical-coordinate representation of color #42FCAB: hue angle of 153.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCAB is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 171 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.01 |
| HSL | 153.87º | 0.97% | 0.62% | - |
| HSV(B) | 153.87º | 0.74% | 0.99% | - |
| XYZ | 44.41 | 73.72 | 50.42 | - |
| YUV | 187.15 | 118.88 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 171 | 0.74 | 0 | 0.32 | 0.01 | 153.87 | 0.97 | 0.62 |
| Hex | 42 | FC | AB | 4A | 0 | 20 | 1 | 9A | 61 | 3E |
| Octal | 102 | 374 | 253 | 112 | 0 | 40 | 1 | 232 | 141 | 76 |
| Binary | 1000010 | 11111100 | 10101011 | 1001010 | 0 | 100000 | 1 | 10011010 | 1100001 | 111110 |
Color Harmonies of #42FCAB
Complementary color
Monochromatic Colors of #42FCAB
Black with #42FCAB
Text Example
Text Example
White with #42FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCAB; }
p { color: rgb(66,252,171); }
H1.HeaderClassName
{
color: #42FCAB;
}
.AnyTagClassName
{
color: #42FCAB;
}
</style>
background-color css
<style>
a { background-color: #42FCAB; }
a { background-color: rgb(66,252,171); }
div.DivClassName
{
background-color: #42FCAB;
}
.BgClassName
{
background-color: #42FCAB;
}
</style>
border-color css
<style>
span { border-color: #42FCAB; }
span { border-color: rgb(66,252,171); }
td.TdClassName
{
border-color: #42FCAB;
}
.TagClassName
{
border-color: #42FCAB;
}
</style>