Shades of Shamrock #40E59A
Tints of Shamrock #40E59A
RGB
CMYK
RGB Variations
Color information
#40E59A (or 0x40E59A) is known color: Shamrock. HEX triplet: 40, E5 and 9A. RGB value is (64,229,154). Sum of RGB (Red+Green+Blue) = 64+229+154=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #40E59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E59A is #BF1A65. Grayscale: #ABABAB. Windows color (decimal): -12524134 or 10151232. OLE color: 10151232.
HSL color Cylindrical-coordinate representation of color #40E59A: hue angle of 152.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E59A is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 154 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.10 |
| HSL | 152.73º | 0.76% | 0.57% | - |
| HSV(B) | 152.73º | 0.72% | 0.9% | - |
| XYZ | 35.97 | 59.46 | 40.15 | - |
| YUV | 171.12 | 118.34 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 154 | 0.72 | 0 | 0.33 | 0.10 | 152.73 | 0.76 | 0.57 |
| Hex | 40 | E5 | 9A | 48 | 0 | 21 | A | 99 | 4C | 39 |
| Octal | 100 | 345 | 232 | 110 | 0 | 41 | 12 | 231 | 114 | 71 |
| Binary | 1000000 | 11100101 | 10011010 | 1001000 | 0 | 100001 | 1010 | 10011001 | 1001100 | 111001 |
Color Harmonies of #40E59A
Complementary color
Monochromatic Colors of #40E59A
Black with #40E59A
Text Example
Text Example
White with #40E59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E59A; }
p { color: rgb(64,229,154); }
H1.HeaderClassName
{
color: #40E59A;
}
.AnyTagClassName
{
color: #40E59A;
}
</style>
background-color css
<style>
a { background-color: #40E59A; }
a { background-color: rgb(64,229,154); }
div.DivClassName
{
background-color: #40E59A;
}
.BgClassName
{
background-color: #40E59A;
}
</style>
border-color css
<style>
span { border-color: #40E59A; }
span { border-color: rgb(64,229,154); }
td.TdClassName
{
border-color: #40E59A;
}
.TagClassName
{
border-color: #40E59A;
}
</style>