Shades of Shamrock #4DFF94
Tints of Shamrock #4DFF94
RGB
CMYK
RGB Variations
Color information
#4DFF94 (or 0x4DFF94) is known color: Shamrock. HEX triplet: 4D, FF and 94. RGB value is (77,255,148). Sum of RGB (Red+Green+Blue) = 77+255+148=480 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.04% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFF94 is #B2006B. Grayscale: #BDBDBD. Windows color (decimal): -11665516 or 9764685. OLE color: 9764685.
HSL color Cylindrical-coordinate representation of color #4DFF94: hue angle of 143.93º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFF94 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 148 | - |
| CMYK | 0.70 | 0 | 0.42 | 0 |
| HSL | 143.93º | 1% | 0.65% | - |
| HSV(B) | 143.93º | 0.7% | 1% | - |
| XYZ | 44.17 | 75.24 | 40.21 | - |
| YUV | 189.58 | 104.53 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 148 | 0.70 | 0 | 0.42 | 0 | 143.93 | 1 | 0.65 |
| Hex | 4D | FF | 94 | 46 | 0 | 2A | 0 | 90 | 64 | 41 |
| Octal | 115 | 377 | 224 | 106 | 0 | 52 | 0 | 220 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10010100 | 1000110 | 0 | 101010 | 0 | 10010000 | 1100100 | 1000001 |
Color Harmonies of #4DFF94
Complementary color
Monochromatic Colors of #4DFF94
Black with #4DFF94
Text Example
Text Example
White with #4DFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF94; }
p { color: rgb(77,255,148); }
H1.HeaderClassName
{
color: #4DFF94;
}
.AnyTagClassName
{
color: #4DFF94;
}
</style>
background-color css
<style>
a { background-color: #4DFF94; }
a { background-color: rgb(77,255,148); }
div.DivClassName
{
background-color: #4DFF94;
}
.BgClassName
{
background-color: #4DFF94;
}
</style>
border-color css
<style>
span { border-color: #4DFF94; }
span { border-color: rgb(77,255,148); }
td.TdClassName
{
border-color: #4DFF94;
}
.TagClassName
{
border-color: #4DFF94;
}
</style>