Shades of Shamrock #40BA97
Tints of Shamrock #40BA97
RGB
CMYK
RGB Variations
Color information
#40BA97 (or 0x40BA97) is known color: Shamrock. HEX triplet: 40, BA and 97. RGB value is (64,186,151). Sum of RGB (Red+Green+Blue) = 64+186+151=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BA97 is #BF4568. Grayscale: #919191. Windows color (decimal): -12535145 or 9943616. OLE color: 9943616.
HSL color Cylindrical-coordinate representation of color #40BA97: hue angle of 162.79º 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 #40BA97 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 151 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.27 |
| HSL | 162.79º | 0.49% | 0.49% | - |
| HSV(B) | 162.79º | 0.66% | 0.73% | - |
| XYZ | 25.26 | 38.44 | 35.37 | - |
| YUV | 145.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 151 | 0.66 | 0 | 0.19 | 0.27 | 162.79 | 0.49 | 0.49 |
| Hex | 40 | BA | 97 | 42 | 0 | 13 | 1B | A3 | 31 | 31 |
| Octal | 100 | 272 | 227 | 102 | 0 | 23 | 33 | 243 | 61 | 61 |
| Binary | 1000000 | 10111010 | 10010111 | 1000010 | 0 | 10011 | 11011 | 10100011 | 110001 | 110001 |
Color Harmonies of #40BA97
Complementary color
Monochromatic Colors of #40BA97
Black with #40BA97
Text Example
Text Example
White with #40BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA97; }
p { color: rgb(64,186,151); }
H1.HeaderClassName
{
color: #40BA97;
}
.AnyTagClassName
{
color: #40BA97;
}
</style>
background-color css
<style>
a { background-color: #40BA97; }
a { background-color: rgb(64,186,151); }
div.DivClassName
{
background-color: #40BA97;
}
.BgClassName
{
background-color: #40BA97;
}
</style>
border-color css
<style>
span { border-color: #40BA97; }
span { border-color: rgb(64,186,151); }
td.TdClassName
{
border-color: #40BA97;
}
.TagClassName
{
border-color: #40BA97;
}
</style>