Shades of Shamrock #42BD89
Tints of Shamrock #42BD89
RGB
CMYK
RGB Variations
Color information
#42BD89 (or 0x42BD89) is known color: Shamrock. HEX triplet: 42, BD and 89. RGB value is (66,189,137). Sum of RGB (Red+Green+Blue) = 66+189+137=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BD89 is #BD4276. Grayscale: #929292. Windows color (decimal): -12403319 or 9026882. OLE color: 9026882.
HSL color Cylindrical-coordinate representation of color #42BD89: hue angle of 154.63º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BD89 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 137 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.26 |
| HSL | 154.63º | 0.48% | 0.5% | - |
| HSV(B) | 154.63º | 0.65% | 0.74% | - |
| XYZ | 24.96 | 39.36 | 29.95 | - |
| YUV | 146.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 137 | 0.65 | 0 | 0.28 | 0.26 | 154.63 | 0.48 | 0.5 |
| Hex | 42 | BD | 89 | 41 | 0 | 1C | 1A | 9B | 30 | 32 |
| Octal | 102 | 275 | 211 | 101 | 0 | 34 | 32 | 233 | 60 | 62 |
| Binary | 1000010 | 10111101 | 10001001 | 1000001 | 0 | 11100 | 11010 | 10011011 | 110000 | 110010 |
Color Harmonies of #42BD89
Complementary color
Monochromatic Colors of #42BD89
Black with #42BD89
Text Example
Text Example
White with #42BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD89; }
p { color: rgb(66,189,137); }
H1.HeaderClassName
{
color: #42BD89;
}
.AnyTagClassName
{
color: #42BD89;
}
</style>
background-color css
<style>
a { background-color: #42BD89; }
a { background-color: rgb(66,189,137); }
div.DivClassName
{
background-color: #42BD89;
}
.BgClassName
{
background-color: #42BD89;
}
</style>
border-color css
<style>
span { border-color: #42BD89; }
span { border-color: rgb(66,189,137); }
td.TdClassName
{
border-color: #42BD89;
}
.TagClassName
{
border-color: #42BD89;
}
</style>