Shades of Shamrock #42D99C
Tints of Shamrock #42D99C
RGB
CMYK
RGB Variations
Color information
#42D99C (or 0x42D99C) is known color: Shamrock. HEX triplet: 42, D9 and 9C. RGB value is (66,217,156). Sum of RGB (Red+Green+Blue) = 66+217+156=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #42D99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D99C is #BD2663. Grayscale: #A4A4A4. Windows color (decimal): -12396132 or 10279234. OLE color: 10279234.
HSL color Cylindrical-coordinate representation of color #42D99C: hue angle of 155.76º 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 #42D99C is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 156 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.15 |
| HSL | 155.76º | 0.67% | 0.55% | - |
| HSV(B) | 155.76º | 0.7% | 0.85% | - |
| XYZ | 33.06 | 53.18 | 39.98 | - |
| YUV | 164.9 | 122.97 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 156 | 0.70 | 0 | 0.28 | 0.15 | 155.76 | 0.67 | 0.55 |
| Hex | 42 | D9 | 9C | 46 | 0 | 1C | F | 9C | 43 | 37 |
| Octal | 102 | 331 | 234 | 106 | 0 | 34 | 17 | 234 | 103 | 67 |
| Binary | 1000010 | 11011001 | 10011100 | 1000110 | 0 | 11100 | 1111 | 10011100 | 1000011 | 110111 |
Color Harmonies of #42D99C
Complementary color
Monochromatic Colors of #42D99C
Black with #42D99C
Text Example
Text Example
White with #42D99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D99C; }
p { color: rgb(66,217,156); }
H1.HeaderClassName
{
color: #42D99C;
}
.AnyTagClassName
{
color: #42D99C;
}
</style>
background-color css
<style>
a { background-color: #42D99C; }
a { background-color: rgb(66,217,156); }
div.DivClassName
{
background-color: #42D99C;
}
.BgClassName
{
background-color: #42D99C;
}
</style>
border-color css
<style>
span { border-color: #42D99C; }
span { border-color: rgb(66,217,156); }
td.TdClassName
{
border-color: #42D99C;
}
.TagClassName
{
border-color: #42D99C;
}
</style>