Shades of Shamrock #42D090
Tints of Shamrock #42D090
RGB
CMYK
RGB Variations
Color information
#42D090 (or 0x42D090) is known color: Shamrock. HEX triplet: 42, D0 and 90. RGB value is (66,208,144). Sum of RGB (Red+Green+Blue) = 66+208+144=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #42D090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D090 is #BD2F6F. Grayscale: #9E9E9E. Windows color (decimal): -12398448 or 9490498. OLE color: 9490498.
HSL color Cylindrical-coordinate representation of color #42D090: hue angle of 152.96º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D090 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 144 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.18 |
| HSL | 152.96º | 0.6% | 0.54% | - |
| HSV(B) | 152.96º | 0.68% | 0.82% | - |
| XYZ | 29.84 | 48.28 | 34.13 | - |
| YUV | 158.25 | 119.96 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 144 | 0.68 | 0 | 0.31 | 0.18 | 152.96 | 0.6 | 0.54 |
| Hex | 42 | D0 | 90 | 44 | 0 | 1F | 12 | 99 | 3C | 36 |
| Octal | 102 | 320 | 220 | 104 | 0 | 37 | 22 | 231 | 74 | 66 |
| Binary | 1000010 | 11010000 | 10010000 | 1000100 | 0 | 11111 | 10010 | 10011001 | 111100 | 110110 |
Color Harmonies of #42D090
Complementary color
Monochromatic Colors of #42D090
Black with #42D090
Text Example
Text Example
White with #42D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D090; }
p { color: rgb(66,208,144); }
H1.HeaderClassName
{
color: #42D090;
}
.AnyTagClassName
{
color: #42D090;
}
</style>
background-color css
<style>
a { background-color: #42D090; }
a { background-color: rgb(66,208,144); }
div.DivClassName
{
background-color: #42D090;
}
.BgClassName
{
background-color: #42D090;
}
</style>
border-color css
<style>
span { border-color: #42D090; }
span { border-color: rgb(66,208,144); }
td.TdClassName
{
border-color: #42D090;
}
.TagClassName
{
border-color: #42D090;
}
</style>