Shades of Shamrock #4DF995
Tints of Shamrock #4DF995
RGB
CMYK
RGB Variations
Color information
#4DF995 (or 0x4DF995) is known color: Shamrock. HEX triplet: 4D, F9 and 95. RGB value is (77,249,149). Sum of RGB (Red+Green+Blue) = 77+249+149=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF995 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF995 is #B2066A. Grayscale: #BABABA. Windows color (decimal): -11667051 or 9828685. OLE color: 9828685.
HSL color Cylindrical-coordinate representation of color #4DF995: hue angle of 145.12º degrees, saturation: 0.93, 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 #4DF995 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 149 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.02 |
| HSL | 145.12º | 0.93% | 0.64% | - |
| HSV(B) | 145.12º | 0.69% | 0.98% | - |
| XYZ | 42.36 | 71.5 | 40 | - |
| YUV | 186.17 | 107.02 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 149 | 0.69 | 0 | 0.40 | 0.02 | 145.12 | 0.93 | 0.64 |
| Hex | 4D | F9 | 95 | 45 | 0 | 28 | 2 | 91 | 5D | 40 |
| Octal | 115 | 371 | 225 | 105 | 0 | 50 | 2 | 221 | 135 | 100 |
| Binary | 1001101 | 11111001 | 10010101 | 1000101 | 0 | 101000 | 10 | 10010001 | 1011101 | 1000000 |
Color Harmonies of #4DF995
Complementary color
Monochromatic Colors of #4DF995
Black with #4DF995
Text Example
Text Example
White with #4DF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF995; }
p { color: rgb(77,249,149); }
H1.HeaderClassName
{
color: #4DF995;
}
.AnyTagClassName
{
color: #4DF995;
}
</style>
background-color css
<style>
a { background-color: #4DF995; }
a { background-color: rgb(77,249,149); }
div.DivClassName
{
background-color: #4DF995;
}
.BgClassName
{
background-color: #4DF995;
}
</style>
border-color css
<style>
span { border-color: #4DF995; }
span { border-color: rgb(77,249,149); }
td.TdClassName
{
border-color: #4DF995;
}
.TagClassName
{
border-color: #4DF995;
}
</style>