Shades of Shamrock #4DCD99
Tints of Shamrock #4DCD99
RGB
CMYK
RGB Variations
Color information
#4DCD99 (or 0x4DCD99) is known color: Shamrock. HEX triplet: 4D, CD and 99. RGB value is (77,205,153). Sum of RGB (Red+Green+Blue) = 77+205+153=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD99 is #B23266. Grayscale: #A0A0A0. Windows color (decimal): -11678311 or 10079565. OLE color: 10079565.
HSL color Cylindrical-coordinate representation of color #4DCD99: hue angle of 155.62º 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 #4DCD99 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 153 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.20 |
| HSL | 155.63º | 0.56% | 0.55% | - |
| HSV(B) | 155.63º | 0.62% | 0.8% | - |
| XYZ | 30.64 | 47.54 | 37.7 | - |
| YUV | 160.8 | 123.59 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 153 | 0.62 | 0 | 0.25 | 0.20 | 155.63 | 0.56 | 0.55 |
| Hex | 4D | CD | 99 | 3E | 0 | 19 | 14 | 9C | 38 | 37 |
| Octal | 115 | 315 | 231 | 76 | 0 | 31 | 24 | 234 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10011001 | 111110 | 0 | 11001 | 10100 | 10011100 | 111000 | 110111 |
Color Harmonies of #4DCD99
Complementary color
Monochromatic Colors of #4DCD99
Black with #4DCD99
Text Example
Text Example
White with #4DCD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD99; }
p { color: rgb(77,205,153); }
H1.HeaderClassName
{
color: #4DCD99;
}
.AnyTagClassName
{
color: #4DCD99;
}
</style>
background-color css
<style>
a { background-color: #4DCD99; }
a { background-color: rgb(77,205,153); }
div.DivClassName
{
background-color: #4DCD99;
}
.BgClassName
{
background-color: #4DCD99;
}
</style>
border-color css
<style>
span { border-color: #4DCD99; }
span { border-color: rgb(77,205,153); }
td.TdClassName
{
border-color: #4DCD99;
}
.TagClassName
{
border-color: #4DCD99;
}
</style>