Shades of Shamrock #42DA94
Tints of Shamrock #42DA94
RGB
CMYK
RGB Variations
Color information
#42DA94 (or 0x42DA94) is known color: Shamrock. HEX triplet: 42, DA and 94. RGB value is (66,218,148). Sum of RGB (Red+Green+Blue) = 66+218+148=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DA94 is #BD256B. Grayscale: #A4A4A4. Windows color (decimal): -12395884 or 9755202. OLE color: 9755202.
HSL color Cylindrical-coordinate representation of color #42DA94: hue angle of 152.37º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DA94 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 148 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.15 |
| HSL | 152.37º | 0.67% | 0.56% | - |
| HSV(B) | 152.37º | 0.7% | 0.85% | - |
| XYZ | 32.66 | 53.44 | 36.61 | - |
| YUV | 164.57 | 118.64 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 148 | 0.70 | 0 | 0.32 | 0.15 | 152.37 | 0.67 | 0.56 |
| Hex | 42 | DA | 94 | 46 | 0 | 20 | F | 98 | 43 | 38 |
| Octal | 102 | 332 | 224 | 106 | 0 | 40 | 17 | 230 | 103 | 70 |
| Binary | 1000010 | 11011010 | 10010100 | 1000110 | 0 | 100000 | 1111 | 10011000 | 1000011 | 111000 |
Color Harmonies of #42DA94
Complementary color
Monochromatic Colors of #42DA94
Black with #42DA94
Text Example
Text Example
White with #42DA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA94; }
p { color: rgb(66,218,148); }
H1.HeaderClassName
{
color: #42DA94;
}
.AnyTagClassName
{
color: #42DA94;
}
</style>
background-color css
<style>
a { background-color: #42DA94; }
a { background-color: rgb(66,218,148); }
div.DivClassName
{
background-color: #42DA94;
}
.BgClassName
{
background-color: #42DA94;
}
</style>
border-color css
<style>
span { border-color: #42DA94; }
span { border-color: rgb(66,218,148); }
td.TdClassName
{
border-color: #42DA94;
}
.TagClassName
{
border-color: #42DA94;
}
</style>