Shades of Emerald #4BC581
Tints of Emerald #4BC581
RGB
CMYK
RGB Variations
Color information
#4BC581 (or 0x4BC581) is known color: Emerald. HEX triplet: 4B, C5 and 81. RGB value is (75,197,129). Sum of RGB (Red+Green+Blue) = 75+197+129=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC581 is #B43A7E. Grayscale: #989898. Windows color (decimal): -11811455 or 8504651. OLE color: 8504651.
HSL color Cylindrical-coordinate representation of color #4BC581: hue angle of 146.56º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC581 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 129 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.23 |
| HSL | 146.56º | 0.51% | 0.53% | - |
| HSV(B) | 146.56º | 0.62% | 0.77% | - |
| XYZ | 26.83 | 43.01 | 27.66 | - |
| YUV | 152.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 129 | 0.62 | 0 | 0.35 | 0.23 | 146.56 | 0.51 | 0.53 |
| Hex | 4B | C5 | 81 | 3E | 0 | 23 | 17 | 93 | 33 | 35 |
| Octal | 113 | 305 | 201 | 76 | 0 | 43 | 27 | 223 | 63 | 65 |
| Binary | 1001011 | 11000101 | 10000001 | 111110 | 0 | 100011 | 10111 | 10010011 | 110011 | 110101 |
Color Harmonies of #4BC581
Complementary color
Monochromatic Colors of #4BC581
Black with #4BC581
Text Example
Text Example
White with #4BC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC581; }
p { color: rgb(75,197,129); }
H1.HeaderClassName
{
color: #4BC581;
}
.AnyTagClassName
{
color: #4BC581;
}
</style>
background-color css
<style>
a { background-color: #4BC581; }
a { background-color: rgb(75,197,129); }
div.DivClassName
{
background-color: #4BC581;
}
.BgClassName
{
background-color: #4BC581;
}
</style>
border-color css
<style>
span { border-color: #4BC581; }
span { border-color: rgb(75,197,129); }
td.TdClassName
{
border-color: #4BC581;
}
.TagClassName
{
border-color: #4BC581;
}
</style>