Shades of Shamrock #42CA91
Tints of Shamrock #42CA91
RGB
CMYK
RGB Variations
Color information
#42CA91 (or 0x42CA91) is known color: Shamrock. HEX triplet: 42, CA and 91. RGB value is (66,202,145). Sum of RGB (Red+Green+Blue) = 66+202+145=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CA91 is #BD356E. Grayscale: #9A9A9A. Windows color (decimal): -12399983 or 9554498. OLE color: 9554498.
HSL color Cylindrical-coordinate representation of color #42CA91: hue angle of 154.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA91 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 145 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.21 |
| HSL | 154.85º | 0.56% | 0.53% | - |
| HSV(B) | 154.85º | 0.67% | 0.79% | - |
| XYZ | 28.48 | 45.44 | 34.06 | - |
| YUV | 154.84 | 122.44 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 145 | 0.67 | 0 | 0.28 | 0.21 | 154.85 | 0.56 | 0.53 |
| Hex | 42 | CA | 91 | 43 | 0 | 1C | 15 | 9B | 38 | 35 |
| Octal | 102 | 312 | 221 | 103 | 0 | 34 | 25 | 233 | 70 | 65 |
| Binary | 1000010 | 11001010 | 10010001 | 1000011 | 0 | 11100 | 10101 | 10011011 | 111000 | 110101 |
Color Harmonies of #42CA91
Complementary color
Monochromatic Colors of #42CA91
Black with #42CA91
Text Example
Text Example
White with #42CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA91; }
p { color: rgb(66,202,145); }
H1.HeaderClassName
{
color: #42CA91;
}
.AnyTagClassName
{
color: #42CA91;
}
</style>
background-color css
<style>
a { background-color: #42CA91; }
a { background-color: rgb(66,202,145); }
div.DivClassName
{
background-color: #42CA91;
}
.BgClassName
{
background-color: #42CA91;
}
</style>
border-color css
<style>
span { border-color: #42CA91; }
span { border-color: rgb(66,202,145); }
td.TdClassName
{
border-color: #42CA91;
}
.TagClassName
{
border-color: #42CA91;
}
</style>