Shades of Shamrock #42F4A2
Tints of Shamrock #42F4A2
RGB
CMYK
RGB Variations
Color information
#42F4A2 (or 0x42F4A2) is known color: Shamrock. HEX triplet: 42, F4 and A2. RGB value is (66,244,162). Sum of RGB (Red+Green+Blue) = 66+244+162=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #42F4A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F4A2 is #BD0B5D. Grayscale: #B5B5B5. Windows color (decimal): -12389214 or 10679362. OLE color: 10679362.
HSL color Cylindrical-coordinate representation of color #42F4A2: hue angle of 152.36º degrees, saturation: 0.89, 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 #42F4A2 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 162 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.04 |
| HSL | 152.36º | 0.89% | 0.61% | - |
| HSV(B) | 152.36º | 0.73% | 0.96% | - |
| XYZ | 41.12 | 68.47 | 45.23 | - |
| YUV | 181.43 | 117.03 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 162 | 0.73 | 0 | 0.34 | 0.04 | 152.36 | 0.89 | 0.61 |
| Hex | 42 | F4 | A2 | 49 | 0 | 22 | 4 | 98 | 59 | 3D |
| Octal | 102 | 364 | 242 | 111 | 0 | 42 | 4 | 230 | 131 | 75 |
| Binary | 1000010 | 11110100 | 10100010 | 1001001 | 0 | 100010 | 100 | 10011000 | 1011001 | 111101 |
Color Harmonies of #42F4A2
Complementary color
Monochromatic Colors of #42F4A2
Black with #42F4A2
Text Example
Text Example
White with #42F4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F4A2; }
p { color: rgb(66,244,162); }
H1.HeaderClassName
{
color: #42F4A2;
}
.AnyTagClassName
{
color: #42F4A2;
}
</style>
background-color css
<style>
a { background-color: #42F4A2; }
a { background-color: rgb(66,244,162); }
div.DivClassName
{
background-color: #42F4A2;
}
.BgClassName
{
background-color: #42F4A2;
}
</style>
border-color css
<style>
span { border-color: #42F4A2; }
span { border-color: rgb(66,244,162); }
td.TdClassName
{
border-color: #42F4A2;
}
.TagClassName
{
border-color: #42F4A2;
}
</style>