Shades of Shamrock #42D798
Tints of Shamrock #42D798
RGB
CMYK
RGB Variations
Color information
#42D798 (or 0x42D798) is known color: Shamrock. HEX triplet: 42, D7 and 98. RGB value is (66,215,152). Sum of RGB (Red+Green+Blue) = 66+215+152=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #42D798 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D798 is #BD2867. Grayscale: #A3A3A3. Windows color (decimal): -12396648 or 10016578. OLE color: 10016578.
HSL color Cylindrical-coordinate representation of color #42D798: hue angle of 154.63º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D798 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 152 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.16 |
| HSL | 154.63º | 0.65% | 0.55% | - |
| HSV(B) | 154.63º | 0.69% | 0.84% | - |
| XYZ | 32.21 | 52.03 | 38.05 | - |
| YUV | 163.27 | 121.64 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 152 | 0.69 | 0 | 0.29 | 0.16 | 154.63 | 0.65 | 0.55 |
| Hex | 42 | D7 | 98 | 45 | 0 | 1D | 10 | 9B | 41 | 37 |
| Octal | 102 | 327 | 230 | 105 | 0 | 35 | 20 | 233 | 101 | 67 |
| Binary | 1000010 | 11010111 | 10011000 | 1000101 | 0 | 11101 | 10000 | 10011011 | 1000001 | 110111 |
Color Harmonies of #42D798
Complementary color
Monochromatic Colors of #42D798
Black with #42D798
Text Example
Text Example
White with #42D798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D798; }
p { color: rgb(66,215,152); }
H1.HeaderClassName
{
color: #42D798;
}
.AnyTagClassName
{
color: #42D798;
}
</style>
background-color css
<style>
a { background-color: #42D798; }
a { background-color: rgb(66,215,152); }
div.DivClassName
{
background-color: #42D798;
}
.BgClassName
{
background-color: #42D798;
}
</style>
border-color css
<style>
span { border-color: #42D798; }
span { border-color: rgb(66,215,152); }
td.TdClassName
{
border-color: #42D798;
}
.TagClassName
{
border-color: #42D798;
}
</style>