Shades of Shamrock #4DF496
Tints of Shamrock #4DF496
RGB
CMYK
RGB Variations
Color information
#4DF496 (or 0x4DF496) is known color: Shamrock. HEX triplet: 4D, F4 and 96. RGB value is (77,244,150). Sum of RGB (Red+Green+Blue) = 77+244+150=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF496 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF496 is #B20B69. Grayscale: #B7B7B7. Windows color (decimal): -11668330 or 9892941. OLE color: 9892941.
HSL color Cylindrical-coordinate representation of color #4DF496: hue angle of 146.23º 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 #4DF496 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 150 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.04 |
| HSL | 146.23º | 0.88% | 0.63% | - |
| HSV(B) | 146.23º | 0.68% | 0.96% | - |
| XYZ | 40.92 | 68.48 | 39.92 | - |
| YUV | 183.35 | 109.17 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 150 | 0.68 | 0 | 0.39 | 0.04 | 146.23 | 0.88 | 0.63 |
| Hex | 4D | F4 | 96 | 44 | 0 | 27 | 4 | 92 | 58 | 3F |
| Octal | 115 | 364 | 226 | 104 | 0 | 47 | 4 | 222 | 130 | 77 |
| Binary | 1001101 | 11110100 | 10010110 | 1000100 | 0 | 100111 | 100 | 10010010 | 1011000 | 111111 |
Color Harmonies of #4DF496
Complementary color
Monochromatic Colors of #4DF496
Black with #4DF496
Text Example
Text Example
White with #4DF496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF496; }
p { color: rgb(77,244,150); }
H1.HeaderClassName
{
color: #4DF496;
}
.AnyTagClassName
{
color: #4DF496;
}
</style>
background-color css
<style>
a { background-color: #4DF496; }
a { background-color: rgb(77,244,150); }
div.DivClassName
{
background-color: #4DF496;
}
.BgClassName
{
background-color: #4DF496;
}
</style>
border-color css
<style>
span { border-color: #4DF496; }
span { border-color: rgb(77,244,150); }
td.TdClassName
{
border-color: #4DF496;
}
.TagClassName
{
border-color: #4DF496;
}
</style>