Shades of Shamrock #4DF495
Tints of Shamrock #4DF495
RGB
CMYK
RGB Variations
Color information
#4DF495 (or 0x4DF495) is known color: Shamrock. HEX triplet: 4D, F4 and 95. RGB value is (77,244,149). Sum of RGB (Red+Green+Blue) = 77+244+149=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF495 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF495 is #B20B6A. Grayscale: #B7B7B7. Windows color (decimal): -11668331 or 9827405. OLE color: 9827405.
HSL color Cylindrical-coordinate representation of color #4DF495: hue angle of 145.87º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF495 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 149 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.04 |
| HSL | 145.87º | 0.88% | 0.63% | - |
| HSV(B) | 145.87º | 0.68% | 0.96% | - |
| XYZ | 40.84 | 68.45 | 39.49 | - |
| YUV | 183.24 | 108.67 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 149 | 0.68 | 0 | 0.39 | 0.04 | 145.87 | 0.88 | 0.63 |
| Hex | 4D | F4 | 95 | 44 | 0 | 27 | 4 | 92 | 58 | 3F |
| Octal | 115 | 364 | 225 | 104 | 0 | 47 | 4 | 222 | 130 | 77 |
| Binary | 1001101 | 11110100 | 10010101 | 1000100 | 0 | 100111 | 100 | 10010010 | 1011000 | 111111 |
Color Harmonies of #4DF495
Complementary color
Monochromatic Colors of #4DF495
Black with #4DF495
Text Example
Text Example
White with #4DF495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF495; }
p { color: rgb(77,244,149); }
H1.HeaderClassName
{
color: #4DF495;
}
.AnyTagClassName
{
color: #4DF495;
}
</style>
background-color css
<style>
a { background-color: #4DF495; }
a { background-color: rgb(77,244,149); }
div.DivClassName
{
background-color: #4DF495;
}
.BgClassName
{
background-color: #4DF495;
}
</style>
border-color css
<style>
span { border-color: #4DF495; }
span { border-color: rgb(77,244,149); }
td.TdClassName
{
border-color: #4DF495;
}
.TagClassName
{
border-color: #4DF495;
}
</style>