Shades of Shamrock #40ED8C
Tints of Shamrock #40ED8C
RGB
CMYK
RGB Variations
Color information
#40ED8C (or 0x40ED8C) is known color: Shamrock. HEX triplet: 40, ED and 8C. RGB value is (64,237,140). Sum of RGB (Red+Green+Blue) = 64+237+140=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40ED8C is #BF1273. Grayscale: #AEAEAE. Windows color (decimal): -12522100 or 9235776. OLE color: 9235776.
HSL color Cylindrical-coordinate representation of color #40ED8C: hue angle of 146.36º 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 #40ED8C is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 140 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.07 |
| HSL | 146.36º | 0.83% | 0.59% | - |
| HSV(B) | 146.36º | 0.73% | 0.93% | - |
| XYZ | 37.13 | 63.55 | 35.12 | - |
| YUV | 174.22 | 108.69 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 140 | 0.73 | 0 | 0.41 | 0.07 | 146.36 | 0.83 | 0.59 |
| Hex | 40 | ED | 8C | 49 | 0 | 29 | 7 | 92 | 53 | 3B |
| Octal | 100 | 355 | 214 | 111 | 0 | 51 | 7 | 222 | 123 | 73 |
| Binary | 1000000 | 11101101 | 10001100 | 1001001 | 0 | 101001 | 111 | 10010010 | 1010011 | 111011 |
Color Harmonies of #40ED8C
Complementary color
Monochromatic Colors of #40ED8C
Black with #40ED8C
Text Example
Text Example
White with #40ED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ED8C; }
p { color: rgb(64,237,140); }
H1.HeaderClassName
{
color: #40ED8C;
}
.AnyTagClassName
{
color: #40ED8C;
}
</style>
background-color css
<style>
a { background-color: #40ED8C; }
a { background-color: rgb(64,237,140); }
div.DivClassName
{
background-color: #40ED8C;
}
.BgClassName
{
background-color: #40ED8C;
}
</style>
border-color css
<style>
span { border-color: #40ED8C; }
span { border-color: rgb(64,237,140); }
td.TdClassName
{
border-color: #40ED8C;
}
.TagClassName
{
border-color: #40ED8C;
}
</style>