Shades of Shamrock #4DD895
Tints of Shamrock #4DD895
RGB
CMYK
RGB Variations
Color information
#4DD895 (or 0x4DD895) is known color: Shamrock. HEX triplet: 4D, D8 and 95. RGB value is (77,216,149). Sum of RGB (Red+Green+Blue) = 77+216+149=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD895 is #B2276A. Grayscale: #A6A6A6. Windows color (decimal): -11675499 or 9820237. OLE color: 9820237.
HSL color Cylindrical-coordinate representation of color #4DD895: hue angle of 151.08º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD895 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 216 | 149 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.15 |
| HSL | 151.08º | 0.64% | 0.57% | - |
| HSV(B) | 151.08º | 0.64% | 0.85% | - |
| XYZ | 33.04 | 52.86 | 36.9 | - |
| YUV | 166.8 | 117.95 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 149 | 0.64 | 0 | 0.31 | 0.15 | 151.08 | 0.64 | 0.57 |
| Hex | 4D | D8 | 95 | 40 | 0 | 1F | F | 97 | 40 | 39 |
| Octal | 115 | 330 | 225 | 100 | 0 | 37 | 17 | 227 | 100 | 71 |
| Binary | 1001101 | 11011000 | 10010101 | 1000000 | 0 | 11111 | 1111 | 10010111 | 1000000 | 111001 |
Color Harmonies of #4DD895
Complementary color
Monochromatic Colors of #4DD895
Black with #4DD895
Text Example
Text Example
White with #4DD895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD895; }
p { color: rgb(77,216,149); }
H1.HeaderClassName
{
color: #4DD895;
}
.AnyTagClassName
{
color: #4DD895;
}
</style>
background-color css
<style>
a { background-color: #4DD895; }
a { background-color: rgb(77,216,149); }
div.DivClassName
{
background-color: #4DD895;
}
.BgClassName
{
background-color: #4DD895;
}
</style>
border-color css
<style>
span { border-color: #4DD895; }
span { border-color: rgb(77,216,149); }
td.TdClassName
{
border-color: #4DD895;
}
.TagClassName
{
border-color: #4DD895;
}
</style>