Shades of Shamrock #40E58C
Tints of Shamrock #40E58C
RGB
CMYK
RGB Variations
Color information
#40E58C (or 0x40E58C) is known color: Shamrock. HEX triplet: 40, E5 and 8C. RGB value is (64,229,140). Sum of RGB (Red+Green+Blue) = 64+229+140=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #40E58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E58C is #BF1A73. Grayscale: #A9A9A9. Windows color (decimal): -12524148 or 9233728. OLE color: 9233728.
HSL color Cylindrical-coordinate representation of color #40E58C: hue angle of 147.64º 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 #40E58C is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 140 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.10 |
| HSL | 147.64º | 0.76% | 0.57% | - |
| HSV(B) | 147.64º | 0.72% | 0.9% | - |
| XYZ | 34.87 | 59.02 | 34.37 | - |
| YUV | 169.52 | 111.34 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 140 | 0.72 | 0 | 0.39 | 0.10 | 147.64 | 0.76 | 0.57 |
| Hex | 40 | E5 | 8C | 48 | 0 | 27 | A | 94 | 4C | 39 |
| Octal | 100 | 345 | 214 | 110 | 0 | 47 | 12 | 224 | 114 | 71 |
| Binary | 1000000 | 11100101 | 10001100 | 1001000 | 0 | 100111 | 1010 | 10010100 | 1001100 | 111001 |
Color Harmonies of #40E58C
Complementary color
Monochromatic Colors of #40E58C
Black with #40E58C
Text Example
Text Example
White with #40E58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E58C; }
p { color: rgb(64,229,140); }
H1.HeaderClassName
{
color: #40E58C;
}
.AnyTagClassName
{
color: #40E58C;
}
</style>
background-color css
<style>
a { background-color: #40E58C; }
a { background-color: rgb(64,229,140); }
div.DivClassName
{
background-color: #40E58C;
}
.BgClassName
{
background-color: #40E58C;
}
</style>
border-color css
<style>
span { border-color: #40E58C; }
span { border-color: rgb(64,229,140); }
td.TdClassName
{
border-color: #40E58C;
}
.TagClassName
{
border-color: #40E58C;
}
</style>