Shades of Shamrock #4EE498
Tints of Shamrock #4EE498
RGB
CMYK
RGB Variations
Color information
#4EE498 (or 0x4EE498) is known color: Shamrock. HEX triplet: 4E, E4 and 98. RGB value is (78,228,152). Sum of RGB (Red+Green+Blue) = 78+228+152=458 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.03% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EE498 is #B11B67. Grayscale: #AEAEAE. Windows color (decimal): -11606888 or 10019918. OLE color: 10019918.
HSL color Cylindrical-coordinate representation of color #4EE498: hue angle of 149.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE498 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 152 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.11 |
| HSL | 149.6º | 0.74% | 0.6% | - |
| HSV(B) | 149.6º | 0.66% | 0.89% | - |
| XYZ | 36.55 | 59.37 | 39.24 | - |
| YUV | 174.49 | 115.31 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 152 | 0.66 | 0 | 0.33 | 0.11 | 149.6 | 0.74 | 0.6 |
| Hex | 4E | E4 | 98 | 42 | 0 | 21 | B | 96 | 4A | 3C |
| Octal | 116 | 344 | 230 | 102 | 0 | 41 | 13 | 226 | 112 | 74 |
| Binary | 1001110 | 11100100 | 10011000 | 1000010 | 0 | 100001 | 1011 | 10010110 | 1001010 | 111100 |
Color Harmonies of #4EE498
Complementary color
Monochromatic Colors of #4EE498
Black with #4EE498
Text Example
Text Example
White with #4EE498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE498; }
p { color: rgb(78,228,152); }
H1.HeaderClassName
{
color: #4EE498;
}
.AnyTagClassName
{
color: #4EE498;
}
</style>
background-color css
<style>
a { background-color: #4EE498; }
a { background-color: rgb(78,228,152); }
div.DivClassName
{
background-color: #4EE498;
}
.BgClassName
{
background-color: #4EE498;
}
</style>
border-color css
<style>
span { border-color: #4EE498; }
span { border-color: rgb(78,228,152); }
td.TdClassName
{
border-color: #4EE498;
}
.TagClassName
{
border-color: #4EE498;
}
</style>