Shades of Shamrock #42CB99
Tints of Shamrock #42CB99
RGB
CMYK
RGB Variations
Color information
#42CB99 (or 0x42CB99) is known color: Shamrock. HEX triplet: 42, CB and 99. RGB value is (66,203,153). Sum of RGB (Red+Green+Blue) = 66+203+153=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CB99 is #BD3466. Grayscale: #9C9C9C. Windows color (decimal): -12399719 or 10079042. OLE color: 10079042.
HSL color Cylindrical-coordinate representation of color #42CB99: hue angle of 158.1º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB99 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 153 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.20 |
| HSL | 158.1º | 0.57% | 0.53% | - |
| HSV(B) | 158.1º | 0.67% | 0.8% | - |
| XYZ | 29.35 | 46.17 | 37.5 | - |
| YUV | 156.34 | 126.11 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 153 | 0.67 | 0 | 0.25 | 0.20 | 158.1 | 0.57 | 0.53 |
| Hex | 42 | CB | 99 | 43 | 0 | 19 | 14 | 9E | 39 | 35 |
| Octal | 102 | 313 | 231 | 103 | 0 | 31 | 24 | 236 | 71 | 65 |
| Binary | 1000010 | 11001011 | 10011001 | 1000011 | 0 | 11001 | 10100 | 10011110 | 111001 | 110101 |
Color Harmonies of #42CB99
Complementary color
Monochromatic Colors of #42CB99
Black with #42CB99
Text Example
Text Example
White with #42CB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB99; }
p { color: rgb(66,203,153); }
H1.HeaderClassName
{
color: #42CB99;
}
.AnyTagClassName
{
color: #42CB99;
}
</style>
background-color css
<style>
a { background-color: #42CB99; }
a { background-color: rgb(66,203,153); }
div.DivClassName
{
background-color: #42CB99;
}
.BgClassName
{
background-color: #42CB99;
}
</style>
border-color css
<style>
span { border-color: #42CB99; }
span { border-color: rgb(66,203,153); }
td.TdClassName
{
border-color: #42CB99;
}
.TagClassName
{
border-color: #42CB99;
}
</style>