Shades of Shamrock #4ED495
Tints of Shamrock #4ED495
RGB
CMYK
RGB Variations
Color information
#4ED495 (or 0x4ED495) is known color: Shamrock. HEX triplet: 4E, D4 and 95. RGB value is (78,212,149). Sum of RGB (Red+Green+Blue) = 78+212+149=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #4ED495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED495 is #B12B6A. Grayscale: #A4A4A4. Windows color (decimal): -11610987 or 9819214. OLE color: 9819214.
HSL color Cylindrical-coordinate representation of color #4ED495: hue angle of 151.79º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED495 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 212 | 149 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.17 |
| HSL | 151.79º | 0.61% | 0.57% | - |
| HSV(B) | 151.79º | 0.63% | 0.83% | - |
| XYZ | 32.11 | 50.88 | 36.56 | - |
| YUV | 164.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 212 | 149 | 0.63 | 0 | 0.30 | 0.17 | 151.79 | 0.61 | 0.57 |
| Hex | 4E | D4 | 95 | 3F | 0 | 1E | 11 | 98 | 3D | 39 |
| Octal | 116 | 324 | 225 | 77 | 0 | 36 | 21 | 230 | 75 | 71 |
| Binary | 1001110 | 11010100 | 10010101 | 111111 | 0 | 11110 | 10001 | 10011000 | 111101 | 111001 |
Color Harmonies of #4ED495
Complementary color
Monochromatic Colors of #4ED495
Black with #4ED495
Text Example
Text Example
White with #4ED495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED495; }
p { color: rgb(78,212,149); }
H1.HeaderClassName
{
color: #4ED495;
}
.AnyTagClassName
{
color: #4ED495;
}
</style>
background-color css
<style>
a { background-color: #4ED495; }
a { background-color: rgb(78,212,149); }
div.DivClassName
{
background-color: #4ED495;
}
.BgClassName
{
background-color: #4ED495;
}
</style>
border-color css
<style>
span { border-color: #4ED495; }
span { border-color: rgb(78,212,149); }
td.TdClassName
{
border-color: #4ED495;
}
.TagClassName
{
border-color: #4ED495;
}
</style>