Shades of Shamrock #40E58E
Tints of Shamrock #40E58E
RGB
CMYK
RGB Variations
Color information
#40E58E (or 0x40E58E) is known color: Shamrock. HEX triplet: 40, E5 and 8E. RGB value is (64,229,142). Sum of RGB (Red+Green+Blue) = 64+229+142=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #40E58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E58E is #BF1A71. Grayscale: #A9A9A9. Windows color (decimal): -12524146 or 9364800. OLE color: 9364800.
HSL color Cylindrical-coordinate representation of color #40E58E: hue angle of 148.36º 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 #40E58E is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 142 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.10 |
| HSL | 148.36º | 0.76% | 0.57% | - |
| HSV(B) | 148.36º | 0.72% | 0.9% | - |
| XYZ | 35.02 | 59.08 | 35.15 | - |
| YUV | 169.75 | 112.34 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 142 | 0.72 | 0 | 0.38 | 0.10 | 148.36 | 0.76 | 0.57 |
| Hex | 40 | E5 | 8E | 48 | 0 | 26 | A | 94 | 4C | 39 |
| Octal | 100 | 345 | 216 | 110 | 0 | 46 | 12 | 224 | 114 | 71 |
| Binary | 1000000 | 11100101 | 10001110 | 1001000 | 0 | 100110 | 1010 | 10010100 | 1001100 | 111001 |
Color Harmonies of #40E58E
Complementary color
Monochromatic Colors of #40E58E
Black with #40E58E
Text Example
Text Example
White with #40E58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E58E; }
p { color: rgb(64,229,142); }
H1.HeaderClassName
{
color: #40E58E;
}
.AnyTagClassName
{
color: #40E58E;
}
</style>
background-color css
<style>
a { background-color: #40E58E; }
a { background-color: rgb(64,229,142); }
div.DivClassName
{
background-color: #40E58E;
}
.BgClassName
{
background-color: #40E58E;
}
</style>
border-color css
<style>
span { border-color: #40E58E; }
span { border-color: rgb(64,229,142); }
td.TdClassName
{
border-color: #40E58E;
}
.TagClassName
{
border-color: #40E58E;
}
</style>