Shades of Shamrock #40ED8D
Tints of Shamrock #40ED8D
RGB
CMYK
RGB Variations
Color information
#40ED8D (or 0x40ED8D) is known color: Shamrock. HEX triplet: 40, ED and 8D. RGB value is (64,237,141). Sum of RGB (Red+Green+Blue) = 64+237+141=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40ED8D is #BF1272. Grayscale: #AEAEAE. Windows color (decimal): -12522099 or 9301312. OLE color: 9301312.
HSL color Cylindrical-coordinate representation of color #40ED8D: hue angle of 146.71º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ED8D is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 141 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.07 |
| HSL | 146.71º | 0.83% | 0.59% | - |
| HSV(B) | 146.71º | 0.73% | 0.93% | - |
| XYZ | 37.21 | 63.58 | 35.51 | - |
| YUV | 174.33 | 109.19 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 141 | 0.73 | 0 | 0.41 | 0.07 | 146.71 | 0.83 | 0.59 |
| Hex | 40 | ED | 8D | 49 | 0 | 29 | 7 | 93 | 53 | 3B |
| Octal | 100 | 355 | 215 | 111 | 0 | 51 | 7 | 223 | 123 | 73 |
| Binary | 1000000 | 11101101 | 10001101 | 1001001 | 0 | 101001 | 111 | 10010011 | 1010011 | 111011 |
Color Harmonies of #40ED8D
Complementary color
Monochromatic Colors of #40ED8D
Black with #40ED8D
Text Example
Text Example
White with #40ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ED8D; }
p { color: rgb(64,237,141); }
H1.HeaderClassName
{
color: #40ED8D;
}
.AnyTagClassName
{
color: #40ED8D;
}
</style>
background-color css
<style>
a { background-color: #40ED8D; }
a { background-color: rgb(64,237,141); }
div.DivClassName
{
background-color: #40ED8D;
}
.BgClassName
{
background-color: #40ED8D;
}
</style>
border-color css
<style>
span { border-color: #40ED8D; }
span { border-color: rgb(64,237,141); }
td.TdClassName
{
border-color: #40ED8D;
}
.TagClassName
{
border-color: #40ED8D;
}
</style>