Shades of Shamrock #4BFBA0
Tints of Shamrock #4BFBA0
RGB
CMYK
RGB Variations
Color information
#4BFBA0 (or 0x4BFBA0) is known color: Shamrock. HEX triplet: 4B, FB and A0. RGB value is (75,251,160). Sum of RGB (Red+Green+Blue) = 75+251+160=486 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.43% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFBA0 is #B4045F. Grayscale: #BCBCBC. Windows color (decimal): -11797600 or 10550091. OLE color: 10550091.
HSL color Cylindrical-coordinate representation of color #4BFBA0: hue angle of 148.98º 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 #4BFBA0 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 160 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.02 |
| HSL | 148.98º | 0.96% | 0.64% | - |
| HSV(B) | 148.98º | 0.7% | 0.98% | - |
| XYZ | 43.74 | 73.03 | 45.05 | - |
| YUV | 188 | 112.19 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 160 | 0.70 | 0 | 0.36 | 0.02 | 148.98 | 0.96 | 0.64 |
| Hex | 4B | FB | A0 | 46 | 0 | 24 | 2 | 95 | 60 | 40 |
| Octal | 113 | 373 | 240 | 106 | 0 | 44 | 2 | 225 | 140 | 100 |
| Binary | 1001011 | 11111011 | 10100000 | 1000110 | 0 | 100100 | 10 | 10010101 | 1100000 | 1000000 |
Color Harmonies of #4BFBA0
Complementary color
Monochromatic Colors of #4BFBA0
Black with #4BFBA0
Text Example
Text Example
White with #4BFBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFBA0; }
p { color: rgb(75,251,160); }
H1.HeaderClassName
{
color: #4BFBA0;
}
.AnyTagClassName
{
color: #4BFBA0;
}
</style>
background-color css
<style>
a { background-color: #4BFBA0; }
a { background-color: rgb(75,251,160); }
div.DivClassName
{
background-color: #4BFBA0;
}
.BgClassName
{
background-color: #4BFBA0;
}
</style>
border-color css
<style>
span { border-color: #4BFBA0; }
span { border-color: rgb(75,251,160); }
td.TdClassName
{
border-color: #4BFBA0;
}
.TagClassName
{
border-color: #4BFBA0;
}
</style>