Shades of Shamrock #4EF495
Tints of Shamrock #4EF495
RGB
CMYK
RGB Variations
Color information
#4EF495 (or 0x4EF495) is known color: Shamrock. HEX triplet: 4E, F4 and 95. RGB value is (78,244,149). Sum of RGB (Red+Green+Blue) = 78+244+149=471 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.56% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #4EF495 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EF495 is #B10B6A. Grayscale: #B7B7B7. Windows color (decimal): -11602795 or 9827406. OLE color: 9827406.
HSL color Cylindrical-coordinate representation of color #4EF495: hue angle of 145.66º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF495 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 244 | 149 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.04 |
| HSL | 145.66º | 0.88% | 0.63% | - |
| HSV(B) | 145.66º | 0.68% | 0.96% | - |
| XYZ | 40.92 | 68.49 | 39.5 | - |
| YUV | 183.54 | 108.5 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 244 | 149 | 0.68 | 0 | 0.39 | 0.04 | 145.66 | 0.88 | 0.63 |
| Hex | 4E | F4 | 95 | 44 | 0 | 27 | 4 | 92 | 58 | 3F |
| Octal | 116 | 364 | 225 | 104 | 0 | 47 | 4 | 222 | 130 | 77 |
| Binary | 1001110 | 11110100 | 10010101 | 1000100 | 0 | 100111 | 100 | 10010010 | 1011000 | 111111 |
Color Harmonies of #4EF495
Complementary color
Monochromatic Colors of #4EF495
Black with #4EF495
Text Example
Text Example
White with #4EF495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF495; }
p { color: rgb(78,244,149); }
H1.HeaderClassName
{
color: #4EF495;
}
.AnyTagClassName
{
color: #4EF495;
}
</style>
background-color css
<style>
a { background-color: #4EF495; }
a { background-color: rgb(78,244,149); }
div.DivClassName
{
background-color: #4EF495;
}
.BgClassName
{
background-color: #4EF495;
}
</style>
border-color css
<style>
span { border-color: #4EF495; }
span { border-color: rgb(78,244,149); }
td.TdClassName
{
border-color: #4EF495;
}
.TagClassName
{
border-color: #4EF495;
}
</style>