Shades of Shamrock #40EB8B
Tints of Shamrock #40EB8B
RGB
CMYK
RGB Variations
Color information
#40EB8B (or 0x40EB8B) is known color: Shamrock. HEX triplet: 40, EB and 8B. RGB value is (64,235,139). Sum of RGB (Red+Green+Blue) = 64+235+139=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 235 (92.19% from 255 or 53.65% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EB8B is #BF1474. Grayscale: #ADADAD. Windows color (decimal): -12522613 or 9169728. OLE color: 9169728.
HSL color Cylindrical-coordinate representation of color #40EB8B: hue angle of 146.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EB8B is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 235 | 139 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.08 |
| HSL | 146.32º | 0.81% | 0.59% | - |
| HSV(B) | 146.32º | 0.73% | 0.92% | - |
| XYZ | 36.48 | 62.37 | 34.54 | - |
| YUV | 172.93 | 108.85 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 139 | 0.73 | 0 | 0.41 | 0.08 | 146.32 | 0.81 | 0.59 |
| Hex | 40 | EB | 8B | 49 | 0 | 29 | 8 | 92 | 51 | 3B |
| Octal | 100 | 353 | 213 | 111 | 0 | 51 | 10 | 222 | 121 | 73 |
| Binary | 1000000 | 11101011 | 10001011 | 1001001 | 0 | 101001 | 1000 | 10010010 | 1010001 | 111011 |
Color Harmonies of #40EB8B
Complementary color
Monochromatic Colors of #40EB8B
Black with #40EB8B
Text Example
Text Example
White with #40EB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EB8B; }
p { color: rgb(64,235,139); }
H1.HeaderClassName
{
color: #40EB8B;
}
.AnyTagClassName
{
color: #40EB8B;
}
</style>
background-color css
<style>
a { background-color: #40EB8B; }
a { background-color: rgb(64,235,139); }
div.DivClassName
{
background-color: #40EB8B;
}
.BgClassName
{
background-color: #40EB8B;
}
</style>
border-color css
<style>
span { border-color: #40EB8B; }
span { border-color: rgb(64,235,139); }
td.TdClassName
{
border-color: #40EB8B;
}
.TagClassName
{
border-color: #40EB8B;
}
</style>