Shades of Shamrock #4DEE96
Tints of Shamrock #4DEE96
RGB
CMYK
RGB Variations
Color information
#4DEE96 (or 0x4DEE96) is known color: Shamrock. HEX triplet: 4D, EE and 96. RGB value is (77,238,150). Sum of RGB (Red+Green+Blue) = 77+238+150=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEE96 is #B21169. Grayscale: #B4B4B4. Windows color (decimal): -11669866 or 9891405. OLE color: 9891405.
HSL color Cylindrical-coordinate representation of color #4DEE96: hue angle of 147.2º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEE96 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 150 | - |
| CMYK | 0.68 | 0 | 0.37 | 0.07 |
| HSL | 147.21º | 0.83% | 0.62% | - |
| HSV(B) | 147.21º | 0.68% | 0.93% | - |
| XYZ | 39.14 | 64.93 | 39.32 | - |
| YUV | 179.83 | 111.16 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 150 | 0.68 | 0 | 0.37 | 0.07 | 147.21 | 0.83 | 0.62 |
| Hex | 4D | EE | 96 | 44 | 0 | 25 | 7 | 93 | 53 | 3E |
| Octal | 115 | 356 | 226 | 104 | 0 | 45 | 7 | 223 | 123 | 76 |
| Binary | 1001101 | 11101110 | 10010110 | 1000100 | 0 | 100101 | 111 | 10010011 | 1010011 | 111110 |
Color Harmonies of #4DEE96
Complementary color
Monochromatic Colors of #4DEE96
Black with #4DEE96
Text Example
Text Example
White with #4DEE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE96; }
p { color: rgb(77,238,150); }
H1.HeaderClassName
{
color: #4DEE96;
}
.AnyTagClassName
{
color: #4DEE96;
}
</style>
background-color css
<style>
a { background-color: #4DEE96; }
a { background-color: rgb(77,238,150); }
div.DivClassName
{
background-color: #4DEE96;
}
.BgClassName
{
background-color: #4DEE96;
}
</style>
border-color css
<style>
span { border-color: #4DEE96; }
span { border-color: rgb(77,238,150); }
td.TdClassName
{
border-color: #4DEE96;
}
.TagClassName
{
border-color: #4DEE96;
}
</style>