Shades of Shamrock #40BE8D
Tints of Shamrock #40BE8D
RGB
CMYK
RGB Variations
Color information
#40BE8D (or 0x40BE8D) is known color: Shamrock. HEX triplet: 40, BE and 8D. RGB value is (64,190,141). Sum of RGB (Red+Green+Blue) = 64+190+141=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BE8D is #BF4172. Grayscale: #929292. Windows color (decimal): -12534131 or 9289280. OLE color: 9289280.
HSL color Cylindrical-coordinate representation of color #40BE8D: hue angle of 156.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE8D is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 141 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.25 |
| HSL | 156.67º | 0.5% | 0.5% | - |
| HSV(B) | 156.67º | 0.66% | 0.75% | - |
| XYZ | 25.34 | 39.84 | 31.55 | - |
| YUV | 146.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 141 | 0.66 | 0 | 0.26 | 0.25 | 156.67 | 0.5 | 0.5 |
| Hex | 40 | BE | 8D | 42 | 0 | 1A | 19 | 9D | 32 | 32 |
| Octal | 100 | 276 | 215 | 102 | 0 | 32 | 31 | 235 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10001101 | 1000010 | 0 | 11010 | 11001 | 10011101 | 110010 | 110010 |
Color Harmonies of #40BE8D
Complementary color
Monochromatic Colors of #40BE8D
Black with #40BE8D
Text Example
Text Example
White with #40BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE8D; }
p { color: rgb(64,190,141); }
H1.HeaderClassName
{
color: #40BE8D;
}
.AnyTagClassName
{
color: #40BE8D;
}
</style>
background-color css
<style>
a { background-color: #40BE8D; }
a { background-color: rgb(64,190,141); }
div.DivClassName
{
background-color: #40BE8D;
}
.BgClassName
{
background-color: #40BE8D;
}
</style>
border-color css
<style>
span { border-color: #40BE8D; }
span { border-color: rgb(64,190,141); }
td.TdClassName
{
border-color: #40BE8D;
}
.TagClassName
{
border-color: #40BE8D;
}
</style>