Shades of Shamrock #42D993
Tints of Shamrock #42D993
RGB
CMYK
RGB Variations
Color information
#42D993 (or 0x42D993) is known color: Shamrock. HEX triplet: 42, D9 and 93. RGB value is (66,217,147). Sum of RGB (Red+Green+Blue) = 66+217+147=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #42D993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D993 is #BD266C. Grayscale: #A4A4A4. Windows color (decimal): -12396141 or 9689410. OLE color: 9689410.
HSL color Cylindrical-coordinate representation of color #42D993: hue angle of 152.19º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D993 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 147 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.15 |
| HSL | 152.19º | 0.67% | 0.55% | - |
| HSV(B) | 152.19º | 0.7% | 0.85% | - |
| XYZ | 32.33 | 52.89 | 36.11 | - |
| YUV | 163.87 | 118.47 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 147 | 0.70 | 0 | 0.32 | 0.15 | 152.19 | 0.67 | 0.55 |
| Hex | 42 | D9 | 93 | 46 | 0 | 20 | F | 98 | 43 | 37 |
| Octal | 102 | 331 | 223 | 106 | 0 | 40 | 17 | 230 | 103 | 67 |
| Binary | 1000010 | 11011001 | 10010011 | 1000110 | 0 | 100000 | 1111 | 10011000 | 1000011 | 110111 |
Color Harmonies of #42D993
Complementary color
Monochromatic Colors of #42D993
Black with #42D993
Text Example
Text Example
White with #42D993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D993; }
p { color: rgb(66,217,147); }
H1.HeaderClassName
{
color: #42D993;
}
.AnyTagClassName
{
color: #42D993;
}
</style>
background-color css
<style>
a { background-color: #42D993; }
a { background-color: rgb(66,217,147); }
div.DivClassName
{
background-color: #42D993;
}
.BgClassName
{
background-color: #42D993;
}
</style>
border-color css
<style>
span { border-color: #42D993; }
span { border-color: rgb(66,217,147); }
td.TdClassName
{
border-color: #42D993;
}
.TagClassName
{
border-color: #42D993;
}
</style>