Shades of Shamrock #40BB90
Tints of Shamrock #40BB90
RGB
CMYK
RGB Variations
Color information
#40BB90 (or 0x40BB90) is known color: Shamrock. HEX triplet: 40, BB and 90. RGB value is (64,187,144). Sum of RGB (Red+Green+Blue) = 64+187+144=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BB90 is #BF446F. Grayscale: #919191. Windows color (decimal): -12534896 or 9485120. OLE color: 9485120.
HSL color Cylindrical-coordinate representation of color #40BB90: hue angle of 159.02º 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 #40BB90 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 144 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.27 |
| HSL | 159.02º | 0.49% | 0.49% | - |
| HSV(B) | 159.02º | 0.66% | 0.73% | - |
| XYZ | 24.92 | 38.64 | 32.53 | - |
| YUV | 145.32 | 127.25 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 144 | 0.66 | 0 | 0.23 | 0.27 | 159.02 | 0.49 | 0.49 |
| Hex | 40 | BB | 90 | 42 | 0 | 17 | 1B | 9F | 31 | 31 |
| Octal | 100 | 273 | 220 | 102 | 0 | 27 | 33 | 237 | 61 | 61 |
| Binary | 1000000 | 10111011 | 10010000 | 1000010 | 0 | 10111 | 11011 | 10011111 | 110001 | 110001 |
Color Harmonies of #40BB90
Complementary color
Monochromatic Colors of #40BB90
Black with #40BB90
Text Example
Text Example
White with #40BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB90; }
p { color: rgb(64,187,144); }
H1.HeaderClassName
{
color: #40BB90;
}
.AnyTagClassName
{
color: #40BB90;
}
</style>
background-color css
<style>
a { background-color: #40BB90; }
a { background-color: rgb(64,187,144); }
div.DivClassName
{
background-color: #40BB90;
}
.BgClassName
{
background-color: #40BB90;
}
</style>
border-color css
<style>
span { border-color: #40BB90; }
span { border-color: rgb(64,187,144); }
td.TdClassName
{
border-color: #40BB90;
}
.TagClassName
{
border-color: #40BB90;
}
</style>