Shades of Shamrock #4DCD98
Tints of Shamrock #4DCD98
RGB
CMYK
RGB Variations
Color information
#4DCD98 (or 0x4DCD98) is known color: Shamrock. HEX triplet: 4D, CD and 98. RGB value is (77,205,152). Sum of RGB (Red+Green+Blue) = 77+205+152=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD98 is #B23267. Grayscale: #A0A0A0. Windows color (decimal): -11678312 or 10014029. OLE color: 10014029.
HSL color Cylindrical-coordinate representation of color #4DCD98: hue angle of 155.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCD98 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 152 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.20 |
| HSL | 155.16º | 0.56% | 0.55% | - |
| HSV(B) | 155.16º | 0.62% | 0.8% | - |
| XYZ | 30.56 | 47.51 | 37.26 | - |
| YUV | 160.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 152 | 0.62 | 0 | 0.26 | 0.20 | 155.16 | 0.56 | 0.55 |
| Hex | 4D | CD | 98 | 3E | 0 | 1A | 14 | 9B | 38 | 37 |
| Octal | 115 | 315 | 230 | 76 | 0 | 32 | 24 | 233 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10011000 | 111110 | 0 | 11010 | 10100 | 10011011 | 111000 | 110111 |
Color Harmonies of #4DCD98
Complementary color
Monochromatic Colors of #4DCD98
Black with #4DCD98
Text Example
Text Example
White with #4DCD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD98; }
p { color: rgb(77,205,152); }
H1.HeaderClassName
{
color: #4DCD98;
}
.AnyTagClassName
{
color: #4DCD98;
}
</style>
background-color css
<style>
a { background-color: #4DCD98; }
a { background-color: rgb(77,205,152); }
div.DivClassName
{
background-color: #4DCD98;
}
.BgClassName
{
background-color: #4DCD98;
}
</style>
border-color css
<style>
span { border-color: #4DCD98; }
span { border-color: rgb(77,205,152); }
td.TdClassName
{
border-color: #4DCD98;
}
.TagClassName
{
border-color: #4DCD98;
}
</style>