Shades of Shamrock #40BB89
Tints of Shamrock #40BB89
RGB
CMYK
RGB Variations
Color information
#40BB89 (or 0x40BB89) is known color: Shamrock. HEX triplet: 40, BB and 89. RGB value is (64,187,137). Sum of RGB (Red+Green+Blue) = 64+187+137=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BB89 is #BF4476. Grayscale: #909090. Windows color (decimal): -12534903 or 9026368. OLE color: 9026368.
HSL color Cylindrical-coordinate representation of color #40BB89: hue angle of 155.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB89 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 137 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.27 |
| HSL | 155.61º | 0.49% | 0.49% | - |
| HSV(B) | 155.61º | 0.66% | 0.73% | - |
| XYZ | 24.4 | 38.44 | 29.8 | - |
| YUV | 144.52 | 123.75 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 137 | 0.66 | 0 | 0.27 | 0.27 | 155.61 | 0.49 | 0.49 |
| Hex | 40 | BB | 89 | 42 | 0 | 1B | 1B | 9C | 31 | 31 |
| Octal | 100 | 273 | 211 | 102 | 0 | 33 | 33 | 234 | 61 | 61 |
| Binary | 1000000 | 10111011 | 10001001 | 1000010 | 0 | 11011 | 11011 | 10011100 | 110001 | 110001 |
Color Harmonies of #40BB89
Complementary color
Monochromatic Colors of #40BB89
Black with #40BB89
Text Example
Text Example
White with #40BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB89; }
p { color: rgb(64,187,137); }
H1.HeaderClassName
{
color: #40BB89;
}
.AnyTagClassName
{
color: #40BB89;
}
</style>
background-color css
<style>
a { background-color: #40BB89; }
a { background-color: rgb(64,187,137); }
div.DivClassName
{
background-color: #40BB89;
}
.BgClassName
{
background-color: #40BB89;
}
</style>
border-color css
<style>
span { border-color: #40BB89; }
span { border-color: rgb(64,187,137); }
td.TdClassName
{
border-color: #40BB89;
}
.TagClassName
{
border-color: #40BB89;
}
</style>