Shades of Emerald #4BC781
Tints of Emerald #4BC781
RGB
CMYK
RGB Variations
Color information
#4BC781 (or 0x4BC781) is known color: Emerald. HEX triplet: 4B, C7 and 81. RGB value is (75,199,129). Sum of RGB (Red+Green+Blue) = 75+199+129=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC781 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC781 is #B4387E. Grayscale: #9A9A9A. Windows color (decimal): -11810943 or 8505163. OLE color: 8505163.
HSL color Cylindrical-coordinate representation of color #4BC781: hue angle of 146.13º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC781 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 199 | 129 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.22 |
| HSL | 146.13º | 0.53% | 0.54% | - |
| HSV(B) | 146.13º | 0.62% | 0.78% | - |
| XYZ | 27.29 | 43.93 | 27.81 | - |
| YUV | 153.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 199 | 129 | 0.62 | 0 | 0.35 | 0.22 | 146.13 | 0.53 | 0.54 |
| Hex | 4B | C7 | 81 | 3E | 0 | 23 | 16 | 92 | 35 | 36 |
| Octal | 113 | 307 | 201 | 76 | 0 | 43 | 26 | 222 | 65 | 66 |
| Binary | 1001011 | 11000111 | 10000001 | 111110 | 0 | 100011 | 10110 | 10010010 | 110101 | 110110 |
Color Harmonies of #4BC781
Complementary color
Monochromatic Colors of #4BC781
Black with #4BC781
Text Example
Text Example
White with #4BC781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC781; }
p { color: rgb(75,199,129); }
H1.HeaderClassName
{
color: #4BC781;
}
.AnyTagClassName
{
color: #4BC781;
}
</style>
background-color css
<style>
a { background-color: #4BC781; }
a { background-color: rgb(75,199,129); }
div.DivClassName
{
background-color: #4BC781;
}
.BgClassName
{
background-color: #4BC781;
}
</style>
border-color css
<style>
span { border-color: #4BC781; }
span { border-color: rgb(75,199,129); }
td.TdClassName
{
border-color: #4BC781;
}
.TagClassName
{
border-color: #4BC781;
}
</style>