Shades of Shamrock #42F1A2
Tints of Shamrock #42F1A2
RGB
CMYK
RGB Variations
Color information
#42F1A2 (or 0x42F1A2) is known color: Shamrock. HEX triplet: 42, F1 and A2. RGB value is (66,241,162). Sum of RGB (Red+Green+Blue) = 66+241+162=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #42F1A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F1A2 is #BD0E5D. Grayscale: #B3B3B3. Windows color (decimal): -12389982 or 10678594. OLE color: 10678594.
HSL color Cylindrical-coordinate representation of color #42F1A2: hue angle of 152.91º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F1A2 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 162 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.05 |
| HSL | 152.91º | 0.86% | 0.6% | - |
| HSV(B) | 152.91º | 0.73% | 0.95% | - |
| XYZ | 40.22 | 66.68 | 44.93 | - |
| YUV | 179.67 | 118.02 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 162 | 0.73 | 0 | 0.33 | 0.05 | 152.91 | 0.86 | 0.6 |
| Hex | 42 | F1 | A2 | 49 | 0 | 21 | 5 | 99 | 56 | 3C |
| Octal | 102 | 361 | 242 | 111 | 0 | 41 | 5 | 231 | 126 | 74 |
| Binary | 1000010 | 11110001 | 10100010 | 1001001 | 0 | 100001 | 101 | 10011001 | 1010110 | 111100 |
Color Harmonies of #42F1A2
Complementary color
Monochromatic Colors of #42F1A2
Black with #42F1A2
Text Example
Text Example
White with #42F1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F1A2; }
p { color: rgb(66,241,162); }
H1.HeaderClassName
{
color: #42F1A2;
}
.AnyTagClassName
{
color: #42F1A2;
}
</style>
background-color css
<style>
a { background-color: #42F1A2; }
a { background-color: rgb(66,241,162); }
div.DivClassName
{
background-color: #42F1A2;
}
.BgClassName
{
background-color: #42F1A2;
}
</style>
border-color css
<style>
span { border-color: #42F1A2; }
span { border-color: rgb(66,241,162); }
td.TdClassName
{
border-color: #42F1A2;
}
.TagClassName
{
border-color: #42F1A2;
}
</style>