Shades of Shamrock #4DD693
Tints of Shamrock #4DD693
RGB
CMYK
RGB Variations
Color information
#4DD693 (or 0x4DD693) is known color: Shamrock. HEX triplet: 4D, D6 and 93. RGB value is (77,214,147). Sum of RGB (Red+Green+Blue) = 77+214+147=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD693 is #B2296C. Grayscale: #A5A5A5. Windows color (decimal): -11676013 or 9688653. OLE color: 9688653.
HSL color Cylindrical-coordinate representation of color #4DD693: hue angle of 150.66º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD693 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 147 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.16 |
| HSL | 150.66º | 0.63% | 0.57% | - |
| HSV(B) | 150.66º | 0.64% | 0.84% | - |
| XYZ | 32.37 | 51.78 | 35.89 | - |
| YUV | 165.4 | 117.61 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 147 | 0.64 | 0 | 0.31 | 0.16 | 150.66 | 0.63 | 0.57 |
| Hex | 4D | D6 | 93 | 40 | 0 | 1F | 10 | 97 | 3F | 39 |
| Octal | 115 | 326 | 223 | 100 | 0 | 37 | 20 | 227 | 77 | 71 |
| Binary | 1001101 | 11010110 | 10010011 | 1000000 | 0 | 11111 | 10000 | 10010111 | 111111 | 111001 |
Color Harmonies of #4DD693
Complementary color
Monochromatic Colors of #4DD693
Black with #4DD693
Text Example
Text Example
White with #4DD693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD693; }
p { color: rgb(77,214,147); }
H1.HeaderClassName
{
color: #4DD693;
}
.AnyTagClassName
{
color: #4DD693;
}
</style>
background-color css
<style>
a { background-color: #4DD693; }
a { background-color: rgb(77,214,147); }
div.DivClassName
{
background-color: #4DD693;
}
.BgClassName
{
background-color: #4DD693;
}
</style>
border-color css
<style>
span { border-color: #4DD693; }
span { border-color: rgb(77,214,147); }
td.TdClassName
{
border-color: #4DD693;
}
.TagClassName
{
border-color: #4DD693;
}
</style>