Shades of Shamrock #40BD97
Tints of Shamrock #40BD97
RGB
CMYK
RGB Variations
Color information
#40BD97 (or 0x40BD97) is known color: Shamrock. HEX triplet: 40, BD and 97. RGB value is (64,189,151). Sum of RGB (Red+Green+Blue) = 64+189+151=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BD97 is #BF4268. Grayscale: #939393. Windows color (decimal): -12534377 or 9944384. OLE color: 9944384.
HSL color Cylindrical-coordinate representation of color #40BD97: hue angle of 161.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BD97 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 151 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.26 |
| HSL | 161.76º | 0.49% | 0.5% | - |
| HSV(B) | 161.76º | 0.66% | 0.74% | - |
| XYZ | 25.9 | 39.72 | 35.58 | - |
| YUV | 147.29 | 130.09 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 151 | 0.66 | 0 | 0.20 | 0.26 | 161.76 | 0.49 | 0.5 |
| Hex | 40 | BD | 97 | 42 | 0 | 14 | 1A | A2 | 31 | 32 |
| Octal | 100 | 275 | 227 | 102 | 0 | 24 | 32 | 242 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10010111 | 1000010 | 0 | 10100 | 11010 | 10100010 | 110001 | 110010 |
Color Harmonies of #40BD97
Complementary color
Monochromatic Colors of #40BD97
Black with #40BD97
Text Example
Text Example
White with #40BD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BD97; }
p { color: rgb(64,189,151); }
H1.HeaderClassName
{
color: #40BD97;
}
.AnyTagClassName
{
color: #40BD97;
}
</style>
background-color css
<style>
a { background-color: #40BD97; }
a { background-color: rgb(64,189,151); }
div.DivClassName
{
background-color: #40BD97;
}
.BgClassName
{
background-color: #40BD97;
}
</style>
border-color css
<style>
span { border-color: #40BD97; }
span { border-color: rgb(64,189,151); }
td.TdClassName
{
border-color: #40BD97;
}
.TagClassName
{
border-color: #40BD97;
}
</style>