Shades of Shamrock #42FEA2
Tints of Shamrock #42FEA2
RGB
CMYK
RGB Variations
Color information
#42FEA2 (or 0x42FEA2) is known color: Shamrock. HEX triplet: 42, FE and A2. RGB value is (66,254,162). Sum of RGB (Red+Green+Blue) = 66+254+162=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FEA2 is #BD015D. Grayscale: #BBBBBB. Windows color (decimal): -12386654 or 10681922. OLE color: 10681922.
HSL color Cylindrical-coordinate representation of color #42FEA2: hue angle of 150.64º 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 #42FEA2 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 162 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.00 |
| HSL | 150.64º | 0.99% | 0.63% | - |
| HSV(B) | 150.64º | 0.74% | 1% | - |
| XYZ | 44.21 | 74.65 | 46.26 | - |
| YUV | 187.3 | 113.72 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 162 | 0.74 | 0 | 0.36 | 0.00 | 150.64 | 0.99 | 0.63 |
| Hex | 42 | FE | A2 | 4A | 0 | 24 | 0 | 97 | 63 | 3F |
| Octal | 102 | 376 | 242 | 112 | 0 | 44 | 0 | 227 | 143 | 77 |
| Binary | 1000010 | 11111110 | 10100010 | 1001010 | 0 | 100100 | 0 | 10010111 | 1100011 | 111111 |
Color Harmonies of #42FEA2
Complementary color
Monochromatic Colors of #42FEA2
Black with #42FEA2
Text Example
Text Example
White with #42FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEA2; }
p { color: rgb(66,254,162); }
H1.HeaderClassName
{
color: #42FEA2;
}
.AnyTagClassName
{
color: #42FEA2;
}
</style>
background-color css
<style>
a { background-color: #42FEA2; }
a { background-color: rgb(66,254,162); }
div.DivClassName
{
background-color: #42FEA2;
}
.BgClassName
{
background-color: #42FEA2;
}
</style>
border-color css
<style>
span { border-color: #42FEA2; }
span { border-color: rgb(66,254,162); }
td.TdClassName
{
border-color: #42FEA2;
}
.TagClassName
{
border-color: #42FEA2;
}
</style>