Shades of Shamrock #40BD93
Tints of Shamrock #40BD93
RGB
CMYK
RGB Variations
Color information
#40BD93 (or 0x40BD93) is known color: Shamrock. HEX triplet: 40, BD and 93. RGB value is (64,189,147). Sum of RGB (Red+Green+Blue) = 64+189+147=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BD93 is #BF426C. Grayscale: #929292. Windows color (decimal): -12534381 or 9682240. OLE color: 9682240.
HSL color Cylindrical-coordinate representation of color #40BD93: hue angle of 159.84º 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 #40BD93 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 147 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.26 |
| HSL | 159.84º | 0.49% | 0.5% | - |
| HSV(B) | 159.84º | 0.66% | 0.74% | - |
| XYZ | 25.58 | 39.59 | 33.9 | - |
| YUV | 146.84 | 128.09 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 147 | 0.66 | 0 | 0.22 | 0.26 | 159.84 | 0.49 | 0.5 |
| Hex | 40 | BD | 93 | 42 | 0 | 16 | 1A | A0 | 31 | 32 |
| Octal | 100 | 275 | 223 | 102 | 0 | 26 | 32 | 240 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10010011 | 1000010 | 0 | 10110 | 11010 | 10100000 | 110001 | 110010 |
Color Harmonies of #40BD93
Complementary color
Monochromatic Colors of #40BD93
Black with #40BD93
Text Example
Text Example
White with #40BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BD93; }
p { color: rgb(64,189,147); }
H1.HeaderClassName
{
color: #40BD93;
}
.AnyTagClassName
{
color: #40BD93;
}
</style>
background-color css
<style>
a { background-color: #40BD93; }
a { background-color: rgb(64,189,147); }
div.DivClassName
{
background-color: #40BD93;
}
.BgClassName
{
background-color: #40BD93;
}
</style>
border-color css
<style>
span { border-color: #40BD93; }
span { border-color: rgb(64,189,147); }
td.TdClassName
{
border-color: #40BD93;
}
.TagClassName
{
border-color: #40BD93;
}
</style>