Shades of Shamrock #4EDC96
Tints of Shamrock #4EDC96
RGB
CMYK
RGB Variations
Color information
#4EDC96 (or 0x4EDC96) is known color: Shamrock. HEX triplet: 4E, DC and 96. RGB value is (78,220,150). Sum of RGB (Red+Green+Blue) = 78+220+150=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDC96 is #B12369. Grayscale: #A9A9A9. Windows color (decimal): -11608938 or 9886798. OLE color: 9886798.
HSL color Cylindrical-coordinate representation of color #4EDC96: hue angle of 150.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDC96 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 150 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.14 |
| HSL | 150.42º | 0.67% | 0.58% | - |
| HSV(B) | 150.42º | 0.65% | 0.86% | - |
| XYZ | 34.24 | 55.01 | 37.67 | - |
| YUV | 169.56 | 116.96 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 150 | 0.65 | 0 | 0.32 | 0.14 | 150.42 | 0.67 | 0.58 |
| Hex | 4E | DC | 96 | 41 | 0 | 20 | E | 96 | 43 | 3A |
| Octal | 116 | 334 | 226 | 101 | 0 | 40 | 16 | 226 | 103 | 72 |
| Binary | 1001110 | 11011100 | 10010110 | 1000001 | 0 | 100000 | 1110 | 10010110 | 1000011 | 111010 |
Color Harmonies of #4EDC96
Complementary color
Monochromatic Colors of #4EDC96
Black with #4EDC96
Text Example
Text Example
White with #4EDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDC96; }
p { color: rgb(78,220,150); }
H1.HeaderClassName
{
color: #4EDC96;
}
.AnyTagClassName
{
color: #4EDC96;
}
</style>
background-color css
<style>
a { background-color: #4EDC96; }
a { background-color: rgb(78,220,150); }
div.DivClassName
{
background-color: #4EDC96;
}
.BgClassName
{
background-color: #4EDC96;
}
</style>
border-color css
<style>
span { border-color: #4EDC96; }
span { border-color: rgb(78,220,150); }
td.TdClassName
{
border-color: #4EDC96;
}
.TagClassName
{
border-color: #4EDC96;
}
</style>