Shades of Shamrock #42C996
Tints of Shamrock #42C996
RGB
CMYK
RGB Variations
Color information
#42C996 (or 0x42C996) is known color: Shamrock. HEX triplet: 42, C9 and 96. RGB value is (66,201,150). Sum of RGB (Red+Green+Blue) = 66+201+150=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #42C996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C996 is #BD3669. Grayscale: #9A9A9A. Windows color (decimal): -12400234 or 9881922. OLE color: 9881922.
HSL color Cylindrical-coordinate representation of color #42C996: hue angle of 157.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C996 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 150 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.21 |
| HSL | 157.33º | 0.56% | 0.52% | - |
| HSV(B) | 157.33º | 0.67% | 0.79% | - |
| XYZ | 28.64 | 45.13 | 36.06 | - |
| YUV | 154.82 | 125.27 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 150 | 0.67 | 0 | 0.25 | 0.21 | 157.33 | 0.56 | 0.52 |
| Hex | 42 | C9 | 96 | 43 | 0 | 19 | 15 | 9D | 38 | 34 |
| Octal | 102 | 311 | 226 | 103 | 0 | 31 | 25 | 235 | 70 | 64 |
| Binary | 1000010 | 11001001 | 10010110 | 1000011 | 0 | 11001 | 10101 | 10011101 | 111000 | 110100 |
Color Harmonies of #42C996
Complementary color
Monochromatic Colors of #42C996
Black with #42C996
Text Example
Text Example
White with #42C996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C996; }
p { color: rgb(66,201,150); }
H1.HeaderClassName
{
color: #42C996;
}
.AnyTagClassName
{
color: #42C996;
}
</style>
background-color css
<style>
a { background-color: #42C996; }
a { background-color: rgb(66,201,150); }
div.DivClassName
{
background-color: #42C996;
}
.BgClassName
{
background-color: #42C996;
}
</style>
border-color css
<style>
span { border-color: #42C996; }
span { border-color: rgb(66,201,150); }
td.TdClassName
{
border-color: #42C996;
}
.TagClassName
{
border-color: #42C996;
}
</style>