Shades of Shamrock #42DA98
Tints of Shamrock #42DA98
RGB
CMYK
RGB Variations
Color information
#42DA98 (or 0x42DA98) is known color: Shamrock. HEX triplet: 42, DA and 98. RGB value is (66,218,152). Sum of RGB (Red+Green+Blue) = 66+218+152=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DA98 is #BD2567. Grayscale: #A5A5A5. Windows color (decimal): -12395880 or 10017346. OLE color: 10017346.
HSL color Cylindrical-coordinate representation of color #42DA98: hue angle of 153.95º 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 #42DA98 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 152 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.15 |
| HSL | 153.95º | 0.67% | 0.56% | - |
| HSV(B) | 153.95º | 0.7% | 0.85% | - |
| XYZ | 32.99 | 53.57 | 38.31 | - |
| YUV | 165.03 | 120.64 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 152 | 0.70 | 0 | 0.30 | 0.15 | 153.95 | 0.67 | 0.56 |
| Hex | 42 | DA | 98 | 46 | 0 | 1E | F | 9A | 43 | 38 |
| Octal | 102 | 332 | 230 | 106 | 0 | 36 | 17 | 232 | 103 | 70 |
| Binary | 1000010 | 11011010 | 10011000 | 1000110 | 0 | 11110 | 1111 | 10011010 | 1000011 | 111000 |
Color Harmonies of #42DA98
Complementary color
Monochromatic Colors of #42DA98
Black with #42DA98
Text Example
Text Example
White with #42DA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DA98; }
p { color: rgb(66,218,152); }
H1.HeaderClassName
{
color: #42DA98;
}
.AnyTagClassName
{
color: #42DA98;
}
</style>
background-color css
<style>
a { background-color: #42DA98; }
a { background-color: rgb(66,218,152); }
div.DivClassName
{
background-color: #42DA98;
}
.BgClassName
{
background-color: #42DA98;
}
</style>
border-color css
<style>
span { border-color: #42DA98; }
span { border-color: rgb(66,218,152); }
td.TdClassName
{
border-color: #42DA98;
}
.TagClassName
{
border-color: #42DA98;
}
</style>