Shades of Shamrock #4DFA96
Tints of Shamrock #4DFA96
RGB
CMYK
RGB Variations
Color information
#4DFA96 (or 0x4DFA96) is known color: Shamrock. HEX triplet: 4D, FA and 96. RGB value is (77,250,150). Sum of RGB (Red+Green+Blue) = 77+250+150=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFA96 is #B20569. Grayscale: #BBBBBB. Windows color (decimal): -11666794 or 9894477. OLE color: 9894477.
HSL color Cylindrical-coordinate representation of color #4DFA96: hue angle of 145.32º degrees, saturation: 0.95, 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 #4DFA96 is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 150 | - |
| CMYK | 0.69 | 0 | 0.4 | 0.02 |
| HSL | 145.32º | 0.95% | 0.64% | - |
| HSV(B) | 145.32º | 0.69% | 0.98% | - |
| XYZ | 42.75 | 72.15 | 40.53 | - |
| YUV | 186.87 | 107.19 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 150 | 0.69 | 0 | 0.4 | 0.02 | 145.32 | 0.95 | 0.64 |
| Hex | 4D | FA | 96 | 45 | 0 | 28 | 2 | 91 | 5F | 40 |
| Octal | 115 | 372 | 226 | 105 | 0 | 50 | 2 | 221 | 137 | 100 |
| Binary | 1001101 | 11111010 | 10010110 | 1000101 | 0 | 101000 | 10 | 10010001 | 1011111 | 1000000 |
Color Harmonies of #4DFA96
Complementary color
Monochromatic Colors of #4DFA96
Black with #4DFA96
Text Example
Text Example
White with #4DFA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA96; }
p { color: rgb(77,250,150); }
H1.HeaderClassName
{
color: #4DFA96;
}
.AnyTagClassName
{
color: #4DFA96;
}
</style>
background-color css
<style>
a { background-color: #4DFA96; }
a { background-color: rgb(77,250,150); }
div.DivClassName
{
background-color: #4DFA96;
}
.BgClassName
{
background-color: #4DFA96;
}
</style>
border-color css
<style>
span { border-color: #4DFA96; }
span { border-color: rgb(77,250,150); }
td.TdClassName
{
border-color: #4DFA96;
}
.TagClassName
{
border-color: #4DFA96;
}
</style>