Shades of Shamrock #42B992
Tints of Shamrock #42B992
RGB
CMYK
RGB Variations
Color information
#42B992 (or 0x42B992) is known color: Shamrock. HEX triplet: 42, B9 and 92. RGB value is (66,185,146). Sum of RGB (Red+Green+Blue) = 66+185+146=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #42B992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B992 is #BD466D. Grayscale: #919191. Windows color (decimal): -12404334 or 9615682. OLE color: 9615682.
HSL color Cylindrical-coordinate representation of color #42B992: hue angle of 160.34º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B992 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 146 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.27 |
| HSL | 160.34º | 0.47% | 0.49% | - |
| HSV(B) | 160.34º | 0.64% | 0.73% | - |
| XYZ | 24.78 | 37.93 | 33.21 | - |
| YUV | 144.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 146 | 0.64 | 0 | 0.21 | 0.27 | 160.34 | 0.47 | 0.49 |
| Hex | 42 | B9 | 92 | 40 | 0 | 15 | 1B | A0 | 2F | 31 |
| Octal | 102 | 271 | 222 | 100 | 0 | 25 | 33 | 240 | 57 | 61 |
| Binary | 1000010 | 10111001 | 10010010 | 1000000 | 0 | 10101 | 11011 | 10100000 | 101111 | 110001 |
Color Harmonies of #42B992
Complementary color
Monochromatic Colors of #42B992
Black with #42B992
Text Example
Text Example
White with #42B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B992; }
p { color: rgb(66,185,146); }
H1.HeaderClassName
{
color: #42B992;
}
.AnyTagClassName
{
color: #42B992;
}
</style>
background-color css
<style>
a { background-color: #42B992; }
a { background-color: rgb(66,185,146); }
div.DivClassName
{
background-color: #42B992;
}
.BgClassName
{
background-color: #42B992;
}
</style>
border-color css
<style>
span { border-color: #42B992; }
span { border-color: rgb(66,185,146); }
td.TdClassName
{
border-color: #42B992;
}
.TagClassName
{
border-color: #42B992;
}
</style>