Shades of Shamrock #40E88B
Tints of Shamrock #40E88B
RGB
CMYK
RGB Variations
Color information
#40E88B (or 0x40E88B) is known color: Shamrock. HEX triplet: 40, E8 and 8B. RGB value is (64,232,139). Sum of RGB (Red+Green+Blue) = 64+232+139=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #40E88B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E88B is #BF1774. Grayscale: #ABABAB. Windows color (decimal): -12523381 or 9168960. OLE color: 9168960.
HSL color Cylindrical-coordinate representation of color #40E88B: hue angle of 146.79º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E88B is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 139 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.09 |
| HSL | 146.79º | 0.79% | 0.58% | - |
| HSV(B) | 146.79º | 0.72% | 0.91% | - |
| XYZ | 35.63 | 60.67 | 34.26 | - |
| YUV | 171.17 | 109.84 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 139 | 0.72 | 0 | 0.40 | 0.09 | 146.79 | 0.79 | 0.58 |
| Hex | 40 | E8 | 8B | 48 | 0 | 28 | 9 | 93 | 4F | 3A |
| Octal | 100 | 350 | 213 | 110 | 0 | 50 | 11 | 223 | 117 | 72 |
| Binary | 1000000 | 11101000 | 10001011 | 1001000 | 0 | 101000 | 1001 | 10010011 | 1001111 | 111010 |
Color Harmonies of #40E88B
Complementary color
Monochromatic Colors of #40E88B
Black with #40E88B
Text Example
Text Example
White with #40E88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E88B; }
p { color: rgb(64,232,139); }
H1.HeaderClassName
{
color: #40E88B;
}
.AnyTagClassName
{
color: #40E88B;
}
</style>
background-color css
<style>
a { background-color: #40E88B; }
a { background-color: rgb(64,232,139); }
div.DivClassName
{
background-color: #40E88B;
}
.BgClassName
{
background-color: #40E88B;
}
</style>
border-color css
<style>
span { border-color: #40E88B; }
span { border-color: rgb(64,232,139); }
td.TdClassName
{
border-color: #40E88B;
}
.TagClassName
{
border-color: #40E88B;
}
</style>