Shades of Shamrock #4BFB98
Tints of Shamrock #4BFB98
RGB
CMYK
RGB Variations
Color information
#4BFB98 (or 0x4BFB98) is known color: Shamrock. HEX triplet: 4B, FB and 98. RGB value is (75,251,152). Sum of RGB (Red+Green+Blue) = 75+251+152=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFB98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFB98 is #B40467. Grayscale: #BBBBBB. Windows color (decimal): -11797608 or 10025803. OLE color: 10025803.
HSL color Cylindrical-coordinate representation of color #4BFB98: hue angle of 146.25º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFB98 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 152 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.02 |
| HSL | 146.25º | 0.96% | 0.64% | - |
| HSV(B) | 146.25º | 0.7% | 0.98% | - |
| XYZ | 43.07 | 72.76 | 41.48 | - |
| YUV | 187.09 | 108.19 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 152 | 0.70 | 0 | 0.39 | 0.02 | 146.25 | 0.96 | 0.64 |
| Hex | 4B | FB | 98 | 46 | 0 | 27 | 2 | 92 | 60 | 40 |
| Octal | 113 | 373 | 230 | 106 | 0 | 47 | 2 | 222 | 140 | 100 |
| Binary | 1001011 | 11111011 | 10011000 | 1000110 | 0 | 100111 | 10 | 10010010 | 1100000 | 1000000 |
Color Harmonies of #4BFB98
Complementary color
Monochromatic Colors of #4BFB98
Black with #4BFB98
Text Example
Text Example
White with #4BFB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFB98; }
p { color: rgb(75,251,152); }
H1.HeaderClassName
{
color: #4BFB98;
}
.AnyTagClassName
{
color: #4BFB98;
}
</style>
background-color css
<style>
a { background-color: #4BFB98; }
a { background-color: rgb(75,251,152); }
div.DivClassName
{
background-color: #4BFB98;
}
.BgClassName
{
background-color: #4BFB98;
}
</style>
border-color css
<style>
span { border-color: #4BFB98; }
span { border-color: rgb(75,251,152); }
td.TdClassName
{
border-color: #4BFB98;
}
.TagClassName
{
border-color: #4BFB98;
}
</style>