Shades of Shamrock #42D995
Tints of Shamrock #42D995
RGB
CMYK
RGB Variations
Color information
#42D995 (or 0x42D995) is known color: Shamrock. HEX triplet: 42, D9 and 95. RGB value is (66,217,149). Sum of RGB (Red+Green+Blue) = 66+217+149=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #42D995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D995 is #BD266A. Grayscale: #A4A4A4. Windows color (decimal): -12396139 or 9820482. OLE color: 9820482.
HSL color Cylindrical-coordinate representation of color #42D995: hue angle of 152.98º 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 #42D995 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 149 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.15 |
| HSL | 152.98º | 0.67% | 0.55% | - |
| HSV(B) | 152.98º | 0.7% | 0.85% | - |
| XYZ | 32.48 | 52.95 | 36.94 | - |
| YUV | 164.1 | 119.47 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 149 | 0.70 | 0 | 0.31 | 0.15 | 152.98 | 0.67 | 0.55 |
| Hex | 42 | D9 | 95 | 46 | 0 | 1F | F | 99 | 43 | 37 |
| Octal | 102 | 331 | 225 | 106 | 0 | 37 | 17 | 231 | 103 | 67 |
| Binary | 1000010 | 11011001 | 10010101 | 1000110 | 0 | 11111 | 1111 | 10011001 | 1000011 | 110111 |
Color Harmonies of #42D995
Complementary color
Monochromatic Colors of #42D995
Black with #42D995
Text Example
Text Example
White with #42D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D995; }
p { color: rgb(66,217,149); }
H1.HeaderClassName
{
color: #42D995;
}
.AnyTagClassName
{
color: #42D995;
}
</style>
background-color css
<style>
a { background-color: #42D995; }
a { background-color: rgb(66,217,149); }
div.DivClassName
{
background-color: #42D995;
}
.BgClassName
{
background-color: #42D995;
}
</style>
border-color css
<style>
span { border-color: #42D995; }
span { border-color: rgb(66,217,149); }
td.TdClassName
{
border-color: #42D995;
}
.TagClassName
{
border-color: #42D995;
}
</style>