Shades of Shamrock #40BE89
Tints of Shamrock #40BE89
RGB
CMYK
RGB Variations
Color information
#40BE89 (or 0x40BE89) is known color: Shamrock. HEX triplet: 40, BE and 89. RGB value is (64,190,137). Sum of RGB (Red+Green+Blue) = 64+190+137=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BE89 is #BF4176. Grayscale: #929292. Windows color (decimal): -12534135 or 9027136. OLE color: 9027136.
HSL color Cylindrical-coordinate representation of color #40BE89: hue angle of 154.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE89 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 137 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.25 |
| HSL | 154.76º | 0.5% | 0.5% | - |
| HSV(B) | 154.76º | 0.66% | 0.75% | - |
| XYZ | 25.04 | 39.72 | 30.01 | - |
| YUV | 146.28 | 122.76 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 137 | 0.66 | 0 | 0.28 | 0.25 | 154.76 | 0.5 | 0.5 |
| Hex | 40 | BE | 89 | 42 | 0 | 1C | 19 | 9B | 32 | 32 |
| Octal | 100 | 276 | 211 | 102 | 0 | 34 | 31 | 233 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10001001 | 1000010 | 0 | 11100 | 11001 | 10011011 | 110010 | 110010 |
Color Harmonies of #40BE89
Complementary color
Monochromatic Colors of #40BE89
Black with #40BE89
Text Example
Text Example
White with #40BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE89; }
p { color: rgb(64,190,137); }
H1.HeaderClassName
{
color: #40BE89;
}
.AnyTagClassName
{
color: #40BE89;
}
</style>
background-color css
<style>
a { background-color: #40BE89; }
a { background-color: rgb(64,190,137); }
div.DivClassName
{
background-color: #40BE89;
}
.BgClassName
{
background-color: #40BE89;
}
</style>
border-color css
<style>
span { border-color: #40BE89; }
span { border-color: rgb(64,190,137); }
td.TdClassName
{
border-color: #40BE89;
}
.TagClassName
{
border-color: #40BE89;
}
</style>