Shades of Shamrock #4BF9A0
Tints of Shamrock #4BF9A0
RGB
CMYK
RGB Variations
Color information
#4BF9A0 (or 0x4BF9A0) is known color: Shamrock. HEX triplet: 4B, F9 and A0. RGB value is (75,249,160). Sum of RGB (Red+Green+Blue) = 75+249+160=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #4BF9A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF9A0 is #B4065F. Grayscale: #BBBBBB. Windows color (decimal): -11798112 or 10549579. OLE color: 10549579.
HSL color Cylindrical-coordinate representation of color #4BF9A0: hue angle of 149.31º degrees, saturation: 0.94, 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 #4BF9A0 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 249 | 160 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.02 |
| HSL | 149.31º | 0.94% | 0.64% | - |
| HSV(B) | 149.31º | 0.7% | 0.98% | - |
| XYZ | 43.12 | 71.79 | 44.84 | - |
| YUV | 186.83 | 112.85 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 249 | 160 | 0.70 | 0 | 0.36 | 0.02 | 149.31 | 0.94 | 0.64 |
| Hex | 4B | F9 | A0 | 46 | 0 | 24 | 2 | 95 | 5E | 40 |
| Octal | 113 | 371 | 240 | 106 | 0 | 44 | 2 | 225 | 136 | 100 |
| Binary | 1001011 | 11111001 | 10100000 | 1000110 | 0 | 100100 | 10 | 10010101 | 1011110 | 1000000 |
Color Harmonies of #4BF9A0
Complementary color
Monochromatic Colors of #4BF9A0
Black with #4BF9A0
Text Example
Text Example
White with #4BF9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF9A0; }
p { color: rgb(75,249,160); }
H1.HeaderClassName
{
color: #4BF9A0;
}
.AnyTagClassName
{
color: #4BF9A0;
}
</style>
background-color css
<style>
a { background-color: #4BF9A0; }
a { background-color: rgb(75,249,160); }
div.DivClassName
{
background-color: #4BF9A0;
}
.BgClassName
{
background-color: #4BF9A0;
}
</style>
border-color css
<style>
span { border-color: #4BF9A0; }
span { border-color: rgb(75,249,160); }
td.TdClassName
{
border-color: #4BF9A0;
}
.TagClassName
{
border-color: #4BF9A0;
}
</style>