Shades of Shamrock #42D09E
Tints of Shamrock #42D09E
RGB
CMYK
RGB Variations
Color information
#42D09E (or 0x42D09E) is known color: Shamrock. HEX triplet: 42, D0 and 9E. RGB value is (66,208,158). Sum of RGB (Red+Green+Blue) = 66+208+158=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #42D09E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D09E is #BD2F61. Grayscale: #9F9F9F. Windows color (decimal): -12398434 or 10408002. OLE color: 10408002.
HSL color Cylindrical-coordinate representation of color #42D09E: hue angle of 158.87º 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 #42D09E is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 158 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.18 |
| HSL | 158.87º | 0.6% | 0.54% | - |
| HSV(B) | 158.87º | 0.68% | 0.82% | - |
| XYZ | 30.97 | 48.74 | 40.12 | - |
| YUV | 159.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 158 | 0.68 | 0 | 0.24 | 0.18 | 158.87 | 0.6 | 0.54 |
| Hex | 42 | D0 | 9E | 44 | 0 | 18 | 12 | 9F | 3C | 36 |
| Octal | 102 | 320 | 236 | 104 | 0 | 30 | 22 | 237 | 74 | 66 |
| Binary | 1000010 | 11010000 | 10011110 | 1000100 | 0 | 11000 | 10010 | 10011111 | 111100 | 110110 |
Color Harmonies of #42D09E
Complementary color
Monochromatic Colors of #42D09E
Black with #42D09E
Text Example
Text Example
White with #42D09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D09E; }
p { color: rgb(66,208,158); }
H1.HeaderClassName
{
color: #42D09E;
}
.AnyTagClassName
{
color: #42D09E;
}
</style>
background-color css
<style>
a { background-color: #42D09E; }
a { background-color: rgb(66,208,158); }
div.DivClassName
{
background-color: #42D09E;
}
.BgClassName
{
background-color: #42D09E;
}
</style>
border-color css
<style>
span { border-color: #42D09E; }
span { border-color: rgb(66,208,158); }
td.TdClassName
{
border-color: #42D09E;
}
.TagClassName
{
border-color: #42D09E;
}
</style>