Shades of Shamrock #4DDC98
Tints of Shamrock #4DDC98
RGB
CMYK
RGB Variations
Color information
#4DDC98 (or 0x4DDC98) is known color: Shamrock. HEX triplet: 4D, DC and 98. RGB value is (77,220,152). Sum of RGB (Red+Green+Blue) = 77+220+152=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDC98 is #B22367. Grayscale: #A9A9A9. Windows color (decimal): -11674472 or 10017869. OLE color: 10017869.
HSL color Cylindrical-coordinate representation of color #4DDC98: hue angle of 151.47º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDC98 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 152 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.14 |
| HSL | 151.47º | 0.67% | 0.58% | - |
| HSV(B) | 151.47º | 0.65% | 0.86% | - |
| XYZ | 34.32 | 55.03 | 38.52 | - |
| YUV | 169.49 | 118.12 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 152 | 0.65 | 0 | 0.31 | 0.14 | 151.47 | 0.67 | 0.58 |
| Hex | 4D | DC | 98 | 41 | 0 | 1F | E | 97 | 43 | 3A |
| Octal | 115 | 334 | 230 | 101 | 0 | 37 | 16 | 227 | 103 | 72 |
| Binary | 1001101 | 11011100 | 10011000 | 1000001 | 0 | 11111 | 1110 | 10010111 | 1000011 | 111010 |
Color Harmonies of #4DDC98
Complementary color
Monochromatic Colors of #4DDC98
Black with #4DDC98
Text Example
Text Example
White with #4DDC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDC98; }
p { color: rgb(77,220,152); }
H1.HeaderClassName
{
color: #4DDC98;
}
.AnyTagClassName
{
color: #4DDC98;
}
</style>
background-color css
<style>
a { background-color: #4DDC98; }
a { background-color: rgb(77,220,152); }
div.DivClassName
{
background-color: #4DDC98;
}
.BgClassName
{
background-color: #4DDC98;
}
</style>
border-color css
<style>
span { border-color: #4DDC98; }
span { border-color: rgb(77,220,152); }
td.TdClassName
{
border-color: #4DDC98;
}
.TagClassName
{
border-color: #4DDC98;
}
</style>