Shades of Shamrock #4BE9A0
Tints of Shamrock #4BE9A0
RGB
CMYK
RGB Variations
Color information
#4BE9A0 (or 0x4BE9A0) is known color: Shamrock. HEX triplet: 4B, E9 and A0. RGB value is (75,233,160). Sum of RGB (Red+Green+Blue) = 75+233+160=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #4BE9A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BE9A0 is #B4165F. Grayscale: #B1B1B1. Windows color (decimal): -11802208 or 10545483. OLE color: 10545483.
HSL color Cylindrical-coordinate representation of color #4BE9A0: hue angle of 152.28º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE9A0 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 233 | 160 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.09 |
| HSL | 152.28º | 0.78% | 0.6% | - |
| HSV(B) | 152.28º | 0.68% | 0.91% | - |
| XYZ | 38.39 | 62.31 | 43.26 | - |
| YUV | 177.44 | 118.15 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 233 | 160 | 0.68 | 0 | 0.31 | 0.09 | 152.28 | 0.78 | 0.6 |
| Hex | 4B | E9 | A0 | 44 | 0 | 1F | 9 | 98 | 4E | 3C |
| Octal | 113 | 351 | 240 | 104 | 0 | 37 | 11 | 230 | 116 | 74 |
| Binary | 1001011 | 11101001 | 10100000 | 1000100 | 0 | 11111 | 1001 | 10011000 | 1001110 | 111100 |
Color Harmonies of #4BE9A0
Complementary color
Monochromatic Colors of #4BE9A0
Black with #4BE9A0
Text Example
Text Example
White with #4BE9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE9A0; }
p { color: rgb(75,233,160); }
H1.HeaderClassName
{
color: #4BE9A0;
}
.AnyTagClassName
{
color: #4BE9A0;
}
</style>
background-color css
<style>
a { background-color: #4BE9A0; }
a { background-color: rgb(75,233,160); }
div.DivClassName
{
background-color: #4BE9A0;
}
.BgClassName
{
background-color: #4BE9A0;
}
</style>
border-color css
<style>
span { border-color: #4BE9A0; }
span { border-color: rgb(75,233,160); }
td.TdClassName
{
border-color: #4BE9A0;
}
.TagClassName
{
border-color: #4BE9A0;
}
</style>