Shades of Shamrock #4BFFA2
Tints of Shamrock #4BFFA2
RGB
CMYK
RGB Variations
Color information
#4BFFA2 (or 0x4BFFA2) is known color: Shamrock. HEX triplet: 4B, FF and A2. RGB value is (75,255,162). Sum of RGB (Red+Green+Blue) = 75+255+162=492 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.24% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFFA2 is #B4005D. Grayscale: #BEBEBE. Windows color (decimal): -11796574 or 10682187. OLE color: 10682187.
HSL color Cylindrical-coordinate representation of color #4BFFA2: hue angle of 149º 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 #4BFFA2 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 162 | - |
| CMYK | 0.71 | 0 | 0.36 | 0 |
| HSL | 149º | 1% | 0.65% | - |
| HSV(B) | 149º | 0.71% | 1% | - |
| XYZ | 45.18 | 75.62 | 46.4 | - |
| YUV | 190.58 | 111.87 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 162 | 0.71 | 0 | 0.36 | 0 | 149 | 1 | 0.65 |
| Hex | 4B | FF | A2 | 47 | 0 | 24 | 0 | 95 | 64 | 41 |
| Octal | 113 | 377 | 242 | 107 | 0 | 44 | 0 | 225 | 144 | 101 |
| Binary | 1001011 | 11111111 | 10100010 | 1000111 | 0 | 100100 | 0 | 10010101 | 1100100 | 1000001 |
Color Harmonies of #4BFFA2
Complementary color
Monochromatic Colors of #4BFFA2
Black with #4BFFA2
Text Example
Text Example
White with #4BFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFA2; }
p { color: rgb(75,255,162); }
H1.HeaderClassName
{
color: #4BFFA2;
}
.AnyTagClassName
{
color: #4BFFA2;
}
</style>
background-color css
<style>
a { background-color: #4BFFA2; }
a { background-color: rgb(75,255,162); }
div.DivClassName
{
background-color: #4BFFA2;
}
.BgClassName
{
background-color: #4BFFA2;
}
</style>
border-color css
<style>
span { border-color: #4BFFA2; }
span { border-color: rgb(75,255,162); }
td.TdClassName
{
border-color: #4BFFA2;
}
.TagClassName
{
border-color: #4BFFA2;
}
</style>