Shades of Shamrock #42FCA8
Tints of Shamrock #42FCA8
RGB
CMYK
RGB Variations
Color information
#42FCA8 (or 0x42FCA8) is known color: Shamrock. HEX triplet: 42, FC and A8. RGB value is (66,252,168). Sum of RGB (Red+Green+Blue) = 66+252+168=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FCA8 is #BD0357. Grayscale: #BABABA. Windows color (decimal): -12387160 or 11074626. OLE color: 11074626.
HSL color Cylindrical-coordinate representation of color #42FCA8: hue angle of 152.9º 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 #42FCA8 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 168 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.01 |
| HSL | 152.9º | 0.97% | 0.62% | - |
| HSV(B) | 152.9º | 0.74% | 0.99% | - |
| XYZ | 44.13 | 73.61 | 48.93 | - |
| YUV | 186.81 | 117.38 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 168 | 0.74 | 0 | 0.33 | 0.01 | 152.9 | 0.97 | 0.62 |
| Hex | 42 | FC | A8 | 4A | 0 | 21 | 1 | 99 | 61 | 3E |
| Octal | 102 | 374 | 250 | 112 | 0 | 41 | 1 | 231 | 141 | 76 |
| Binary | 1000010 | 11111100 | 10101000 | 1001010 | 0 | 100001 | 1 | 10011001 | 1100001 | 111110 |
Color Harmonies of #42FCA8
Complementary color
Monochromatic Colors of #42FCA8
Black with #42FCA8
Text Example
Text Example
White with #42FCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCA8; }
p { color: rgb(66,252,168); }
H1.HeaderClassName
{
color: #42FCA8;
}
.AnyTagClassName
{
color: #42FCA8;
}
</style>
background-color css
<style>
a { background-color: #42FCA8; }
a { background-color: rgb(66,252,168); }
div.DivClassName
{
background-color: #42FCA8;
}
.BgClassName
{
background-color: #42FCA8;
}
</style>
border-color css
<style>
span { border-color: #42FCA8; }
span { border-color: rgb(66,252,168); }
td.TdClassName
{
border-color: #42FCA8;
}
.TagClassName
{
border-color: #42FCA8;
}
</style>