Shades of Shamrock #4DFF98
Tints of Shamrock #4DFF98
RGB
CMYK
RGB Variations
Color information
#4DFF98 (or 0x4DFF98) is known color: Shamrock. HEX triplet: 4D, FF and 98. RGB value is (77,255,152). Sum of RGB (Red+Green+Blue) = 77+255+152=484 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.91% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFF98 is #B20067. Grayscale: #BEBEBE. Windows color (decimal): -11665512 or 10026829. OLE color: 10026829.
HSL color Cylindrical-coordinate representation of color #4DFF98: hue angle of 145.28º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFF98 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 152 | - |
| CMYK | 0.70 | 0 | 0.40 | 0 |
| HSL | 145.28º | 1% | 0.65% | - |
| HSV(B) | 145.28º | 0.7% | 1% | - |
| XYZ | 44.49 | 75.36 | 41.91 | - |
| YUV | 190.04 | 106.53 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 152 | 0.70 | 0 | 0.40 | 0 | 145.28 | 1 | 0.65 |
| Hex | 4D | FF | 98 | 46 | 0 | 28 | 0 | 91 | 64 | 41 |
| Octal | 115 | 377 | 230 | 106 | 0 | 50 | 0 | 221 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10011000 | 1000110 | 0 | 101000 | 0 | 10010001 | 1100100 | 1000001 |
Color Harmonies of #4DFF98
Complementary color
Monochromatic Colors of #4DFF98
Black with #4DFF98
Text Example
Text Example
White with #4DFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF98; }
p { color: rgb(77,255,152); }
H1.HeaderClassName
{
color: #4DFF98;
}
.AnyTagClassName
{
color: #4DFF98;
}
</style>
background-color css
<style>
a { background-color: #4DFF98; }
a { background-color: rgb(77,255,152); }
div.DivClassName
{
background-color: #4DFF98;
}
.BgClassName
{
background-color: #4DFF98;
}
</style>
border-color css
<style>
span { border-color: #4DFF98; }
span { border-color: rgb(77,255,152); }
td.TdClassName
{
border-color: #4DFF98;
}
.TagClassName
{
border-color: #4DFF98;
}
</style>