Shades of Shamrock #42C499
Tints of Shamrock #42C499
RGB
CMYK
RGB Variations
Color information
#42C499 (or 0x42C499) is known color: Shamrock. HEX triplet: 42, C4 and 99. RGB value is (66,196,153). Sum of RGB (Red+Green+Blue) = 66+196+153=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #42C499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C499 is #BD3B66. Grayscale: #989898. Windows color (decimal): -12401511 or 10077250. OLE color: 10077250.
HSL color Cylindrical-coordinate representation of color #42C499: hue angle of 160.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C499 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 153 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.23 |
| HSL | 160.15º | 0.52% | 0.51% | - |
| HSV(B) | 160.15º | 0.66% | 0.77% | - |
| XYZ | 27.74 | 42.94 | 36.96 | - |
| YUV | 152.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 153 | 0.66 | 0 | 0.22 | 0.23 | 160.15 | 0.52 | 0.51 |
| Hex | 42 | C4 | 99 | 42 | 0 | 16 | 17 | A0 | 34 | 33 |
| Octal | 102 | 304 | 231 | 102 | 0 | 26 | 27 | 240 | 64 | 63 |
| Binary | 1000010 | 11000100 | 10011001 | 1000010 | 0 | 10110 | 10111 | 10100000 | 110100 | 110011 |
Color Harmonies of #42C499
Complementary color
Monochromatic Colors of #42C499
Black with #42C499
Text Example
Text Example
White with #42C499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C499; }
p { color: rgb(66,196,153); }
H1.HeaderClassName
{
color: #42C499;
}
.AnyTagClassName
{
color: #42C499;
}
</style>
background-color css
<style>
a { background-color: #42C499; }
a { background-color: rgb(66,196,153); }
div.DivClassName
{
background-color: #42C499;
}
.BgClassName
{
background-color: #42C499;
}
</style>
border-color css
<style>
span { border-color: #42C499; }
span { border-color: rgb(66,196,153); }
td.TdClassName
{
border-color: #42C499;
}
.TagClassName
{
border-color: #42C499;
}
</style>