Shades of Shamrock #4DDD95
Tints of Shamrock #4DDD95
RGB
CMYK
RGB Variations
Color information
#4DDD95 (or 0x4DDD95) is known color: Shamrock. HEX triplet: 4D, DD and 95. RGB value is (77,221,149). Sum of RGB (Red+Green+Blue) = 77+221+149=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDD95 is #B2226A. Grayscale: #A9A9A9. Windows color (decimal): -11674219 or 9821517. OLE color: 9821517.
HSL color Cylindrical-coordinate representation of color #4DDD95: hue angle of 150º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDD95 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 149 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.13 |
| HSL | 150º | 0.68% | 0.58% | - |
| HSV(B) | 150º | 0.65% | 0.87% | - |
| XYZ | 34.34 | 55.46 | 37.33 | - |
| YUV | 169.74 | 116.29 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 149 | 0.65 | 0 | 0.33 | 0.13 | 150 | 0.68 | 0.58 |
| Hex | 4D | DD | 95 | 41 | 0 | 21 | D | 96 | 44 | 3A |
| Octal | 115 | 335 | 225 | 101 | 0 | 41 | 15 | 226 | 104 | 72 |
| Binary | 1001101 | 11011101 | 10010101 | 1000001 | 0 | 100001 | 1101 | 10010110 | 1000100 | 111010 |
Color Harmonies of #4DDD95
Complementary color
Monochromatic Colors of #4DDD95
Black with #4DDD95
Text Example
Text Example
White with #4DDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD95; }
p { color: rgb(77,221,149); }
H1.HeaderClassName
{
color: #4DDD95;
}
.AnyTagClassName
{
color: #4DDD95;
}
</style>
background-color css
<style>
a { background-color: #4DDD95; }
a { background-color: rgb(77,221,149); }
div.DivClassName
{
background-color: #4DDD95;
}
.BgClassName
{
background-color: #4DDD95;
}
</style>
border-color css
<style>
span { border-color: #4DDD95; }
span { border-color: rgb(77,221,149); }
td.TdClassName
{
border-color: #4DDD95;
}
.TagClassName
{
border-color: #4DDD95;
}
</style>