Shades of Shamrock #4DFB95
Tints of Shamrock #4DFB95
RGB
CMYK
RGB Variations
Color information
#4DFB95 (or 0x4DFB95) is known color: Shamrock. HEX triplet: 4D, FB and 95. RGB value is (77,251,149). Sum of RGB (Red+Green+Blue) = 77+251+149=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFB95 is #B2046A. Grayscale: #BBBBBB. Windows color (decimal): -11666539 or 9829197. OLE color: 9829197.
HSL color Cylindrical-coordinate representation of color #4DFB95: hue angle of 144.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFB95 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 149 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.02 |
| HSL | 144.83º | 0.96% | 0.64% | - |
| HSV(B) | 144.83º | 0.69% | 0.98% | - |
| XYZ | 42.98 | 72.74 | 40.21 | - |
| YUV | 187.35 | 106.35 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 149 | 0.69 | 0 | 0.41 | 0.02 | 144.83 | 0.96 | 0.64 |
| Hex | 4D | FB | 95 | 45 | 0 | 29 | 2 | 91 | 60 | 40 |
| Octal | 115 | 373 | 225 | 105 | 0 | 51 | 2 | 221 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10010101 | 1000101 | 0 | 101001 | 10 | 10010001 | 1100000 | 1000000 |
Color Harmonies of #4DFB95
Complementary color
Monochromatic Colors of #4DFB95
Black with #4DFB95
Text Example
Text Example
White with #4DFB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB95; }
p { color: rgb(77,251,149); }
H1.HeaderClassName
{
color: #4DFB95;
}
.AnyTagClassName
{
color: #4DFB95;
}
</style>
background-color css
<style>
a { background-color: #4DFB95; }
a { background-color: rgb(77,251,149); }
div.DivClassName
{
background-color: #4DFB95;
}
.BgClassName
{
background-color: #4DFB95;
}
</style>
border-color css
<style>
span { border-color: #4DFB95; }
span { border-color: rgb(77,251,149); }
td.TdClassName
{
border-color: #4DFB95;
}
.TagClassName
{
border-color: #4DFB95;
}
</style>