Shades of Shamrock #4BFFA0
Tints of Shamrock #4BFFA0
RGB
CMYK
RGB Variations
Color information
#4BFFA0 (or 0x4BFFA0) is known color: Shamrock. HEX triplet: 4B, FF and A0. RGB value is (75,255,160). Sum of RGB (Red+Green+Blue) = 75+255+160=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFFA0 is #B4005F. Grayscale: #BEBEBE. Windows color (decimal): -11796576 or 10551115. OLE color: 10551115.
HSL color Cylindrical-coordinate representation of color #4BFFA0: hue angle of 148.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFA0 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 160 | - |
| CMYK | 0.71 | 0 | 0.37 | 0 |
| HSL | 148.33º | 1% | 0.65% | - |
| HSV(B) | 148.33º | 0.71% | 1% | - |
| XYZ | 45.01 | 75.55 | 45.47 | - |
| YUV | 190.35 | 110.87 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 160 | 0.71 | 0 | 0.37 | 0 | 148.33 | 1 | 0.65 |
| Hex | 4B | FF | A0 | 47 | 0 | 25 | 0 | 94 | 64 | 41 |
| Octal | 113 | 377 | 240 | 107 | 0 | 45 | 0 | 224 | 144 | 101 |
| Binary | 1001011 | 11111111 | 10100000 | 1000111 | 0 | 100101 | 0 | 10010100 | 1100100 | 1000001 |
Color Harmonies of #4BFFA0
Complementary color
Monochromatic Colors of #4BFFA0
Black with #4BFFA0
Text Example
Text Example
White with #4BFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFA0; }
p { color: rgb(75,255,160); }
H1.HeaderClassName
{
color: #4BFFA0;
}
.AnyTagClassName
{
color: #4BFFA0;
}
</style>
background-color css
<style>
a { background-color: #4BFFA0; }
a { background-color: rgb(75,255,160); }
div.DivClassName
{
background-color: #4BFFA0;
}
.BgClassName
{
background-color: #4BFFA0;
}
</style>
border-color css
<style>
span { border-color: #4BFFA0; }
span { border-color: rgb(75,255,160); }
td.TdClassName
{
border-color: #4BFFA0;
}
.TagClassName
{
border-color: #4BFFA0;
}
</style>