Shades of Shamrock #42B999
Tints of Shamrock #42B999
RGB
CMYK
RGB Variations
Color information
#42B999 (or 0x42B999) is known color: Shamrock. HEX triplet: 42, B9 and 99. RGB value is (66,185,153). Sum of RGB (Red+Green+Blue) = 66+185+153=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #42B999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B999 is #BD4666. Grayscale: #919191. Windows color (decimal): -12404327 or 10074434. OLE color: 10074434.
HSL color Cylindrical-coordinate representation of color #42B999: hue angle of 163.87º 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 #42B999 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 153 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.27 |
| HSL | 163.87º | 0.47% | 0.49% | - |
| HSV(B) | 163.87º | 0.64% | 0.73% | - |
| XYZ | 25.35 | 38.16 | 36.17 | - |
| YUV | 145.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 153 | 0.64 | 0 | 0.17 | 0.27 | 163.87 | 0.47 | 0.49 |
| Hex | 42 | B9 | 99 | 40 | 0 | 11 | 1B | A4 | 2F | 31 |
| Octal | 102 | 271 | 231 | 100 | 0 | 21 | 33 | 244 | 57 | 61 |
| Binary | 1000010 | 10111001 | 10011001 | 1000000 | 0 | 10001 | 11011 | 10100100 | 101111 | 110001 |
Color Harmonies of #42B999
Complementary color
Monochromatic Colors of #42B999
Black with #42B999
Text Example
Text Example
White with #42B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B999; }
p { color: rgb(66,185,153); }
H1.HeaderClassName
{
color: #42B999;
}
.AnyTagClassName
{
color: #42B999;
}
</style>
background-color css
<style>
a { background-color: #42B999; }
a { background-color: rgb(66,185,153); }
div.DivClassName
{
background-color: #42B999;
}
.BgClassName
{
background-color: #42B999;
}
</style>
border-color css
<style>
span { border-color: #42B999; }
span { border-color: rgb(66,185,153); }
td.TdClassName
{
border-color: #42B999;
}
.TagClassName
{
border-color: #42B999;
}
</style>