Shades of Shamrock #42CB97
Tints of Shamrock #42CB97
RGB
CMYK
RGB Variations
Color information
#42CB97 (or 0x42CB97) is known color: Shamrock. HEX triplet: 42, CB and 97. RGB value is (66,203,151). Sum of RGB (Red+Green+Blue) = 66+203+151=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CB97 is #BD3468. Grayscale: #9C9C9C. Windows color (decimal): -12399721 or 9947970. OLE color: 9947970.
HSL color Cylindrical-coordinate representation of color #42CB97: hue angle of 157.23º 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 #42CB97 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 151 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.20 |
| HSL | 157.23º | 0.57% | 0.53% | - |
| HSV(B) | 157.23º | 0.67% | 0.8% | - |
| XYZ | 29.19 | 46.1 | 36.64 | - |
| YUV | 156.11 | 125.11 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 151 | 0.67 | 0 | 0.26 | 0.20 | 157.23 | 0.57 | 0.53 |
| Hex | 42 | CB | 97 | 43 | 0 | 1A | 14 | 9D | 39 | 35 |
| Octal | 102 | 313 | 227 | 103 | 0 | 32 | 24 | 235 | 71 | 65 |
| Binary | 1000010 | 11001011 | 10010111 | 1000011 | 0 | 11010 | 10100 | 10011101 | 111001 | 110101 |
Color Harmonies of #42CB97
Complementary color
Monochromatic Colors of #42CB97
Black with #42CB97
Text Example
Text Example
White with #42CB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB97; }
p { color: rgb(66,203,151); }
H1.HeaderClassName
{
color: #42CB97;
}
.AnyTagClassName
{
color: #42CB97;
}
</style>
background-color css
<style>
a { background-color: #42CB97; }
a { background-color: rgb(66,203,151); }
div.DivClassName
{
background-color: #42CB97;
}
.BgClassName
{
background-color: #42CB97;
}
</style>
border-color css
<style>
span { border-color: #42CB97; }
span { border-color: rgb(66,203,151); }
td.TdClassName
{
border-color: #42CB97;
}
.TagClassName
{
border-color: #42CB97;
}
</style>