Shades of Shamrock #42FEA8
Tints of Shamrock #42FEA8
RGB
CMYK
RGB Variations
Color information
#42FEA8 (or 0x42FEA8) is known color: Shamrock. HEX triplet: 42, FE and A8. RGB value is (66,254,168). Sum of RGB (Red+Green+Blue) = 66+254+168=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FEA8 is #BD0157. Grayscale: #BCBCBC. Windows color (decimal): -12386648 or 11075138. OLE color: 11075138.
HSL color Cylindrical-coordinate representation of color #42FEA8: hue angle of 152.55º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FEA8 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 168 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.00 |
| HSL | 152.55º | 0.99% | 0.63% | - |
| HSV(B) | 152.55º | 0.74% | 1% | - |
| XYZ | 44.76 | 74.87 | 49.14 | - |
| YUV | 187.98 | 116.72 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 168 | 0.74 | 0 | 0.34 | 0.00 | 152.55 | 0.99 | 0.63 |
| Hex | 42 | FE | A8 | 4A | 0 | 22 | 0 | 99 | 63 | 3F |
| Octal | 102 | 376 | 250 | 112 | 0 | 42 | 0 | 231 | 143 | 77 |
| Binary | 1000010 | 11111110 | 10101000 | 1001010 | 0 | 100010 | 0 | 10011001 | 1100011 | 111111 |
Color Harmonies of #42FEA8
Complementary color
Monochromatic Colors of #42FEA8
Black with #42FEA8
Text Example
Text Example
White with #42FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEA8; }
p { color: rgb(66,254,168); }
H1.HeaderClassName
{
color: #42FEA8;
}
.AnyTagClassName
{
color: #42FEA8;
}
</style>
background-color css
<style>
a { background-color: #42FEA8; }
a { background-color: rgb(66,254,168); }
div.DivClassName
{
background-color: #42FEA8;
}
.BgClassName
{
background-color: #42FEA8;
}
</style>
border-color css
<style>
span { border-color: #42FEA8; }
span { border-color: rgb(66,254,168); }
td.TdClassName
{
border-color: #42FEA8;
}
.TagClassName
{
border-color: #42FEA8;
}
</style>