Shades of Shamrock #4EDC94
Tints of Shamrock #4EDC94
RGB
CMYK
RGB Variations
Color information
#4EDC94 (or 0x4EDC94) is known color: Shamrock. HEX triplet: 4E, DC and 94. RGB value is (78,220,148). Sum of RGB (Red+Green+Blue) = 78+220+148=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDC94 is #B1236B. Grayscale: #A9A9A9. Windows color (decimal): -11608940 or 9755726. OLE color: 9755726.
HSL color Cylindrical-coordinate representation of color #4EDC94: hue angle of 149.58º 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 #4EDC94 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 148 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.14 |
| HSL | 149.58º | 0.67% | 0.58% | - |
| HSV(B) | 149.58º | 0.65% | 0.86% | - |
| XYZ | 34.08 | 54.94 | 36.83 | - |
| YUV | 169.33 | 115.96 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 148 | 0.65 | 0 | 0.33 | 0.14 | 149.58 | 0.67 | 0.58 |
| Hex | 4E | DC | 94 | 41 | 0 | 21 | E | 96 | 43 | 3A |
| Octal | 116 | 334 | 224 | 101 | 0 | 41 | 16 | 226 | 103 | 72 |
| Binary | 1001110 | 11011100 | 10010100 | 1000001 | 0 | 100001 | 1110 | 10010110 | 1000011 | 111010 |
Color Harmonies of #4EDC94
Complementary color
Monochromatic Colors of #4EDC94
Black with #4EDC94
Text Example
Text Example
White with #4EDC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDC94; }
p { color: rgb(78,220,148); }
H1.HeaderClassName
{
color: #4EDC94;
}
.AnyTagClassName
{
color: #4EDC94;
}
</style>
background-color css
<style>
a { background-color: #4EDC94; }
a { background-color: rgb(78,220,148); }
div.DivClassName
{
background-color: #4EDC94;
}
.BgClassName
{
background-color: #4EDC94;
}
</style>
border-color css
<style>
span { border-color: #4EDC94; }
span { border-color: rgb(78,220,148); }
td.TdClassName
{
border-color: #4EDC94;
}
.TagClassName
{
border-color: #4EDC94;
}
</style>