Shades of Emerald #4BBE82
Tints of Emerald #4BBE82
RGB
CMYK
RGB Variations
Color information
#4BBE82 (or 0x4BBE82) is known color: Emerald. HEX triplet: 4B, BE and 82. RGB value is (75,190,130). Sum of RGB (Red+Green+Blue) = 75+190+130=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBE82 is #B4417D. Grayscale: #949494. Windows color (decimal): -11813246 or 8568395. OLE color: 8568395.
HSL color Cylindrical-coordinate representation of color #4BBE82: hue angle of 148.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBE82 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 190 | 130 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.25 |
| HSL | 148.7º | 0.47% | 0.52% | - |
| HSV(B) | 148.7º | 0.61% | 0.75% | - |
| XYZ | 25.34 | 39.93 | 27.49 | - |
| YUV | 148.78 | 117.4 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 130 | 0.61 | 0 | 0.32 | 0.25 | 148.7 | 0.47 | 0.52 |
| Hex | 4B | BE | 82 | 3D | 0 | 20 | 19 | 95 | 2F | 34 |
| Octal | 113 | 276 | 202 | 75 | 0 | 40 | 31 | 225 | 57 | 64 |
| Binary | 1001011 | 10111110 | 10000010 | 111101 | 0 | 100000 | 11001 | 10010101 | 101111 | 110100 |
Color Harmonies of #4BBE82
Complementary color
Monochromatic Colors of #4BBE82
Black with #4BBE82
Text Example
Text Example
White with #4BBE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBE82; }
p { color: rgb(75,190,130); }
H1.HeaderClassName
{
color: #4BBE82;
}
.AnyTagClassName
{
color: #4BBE82;
}
</style>
background-color css
<style>
a { background-color: #4BBE82; }
a { background-color: rgb(75,190,130); }
div.DivClassName
{
background-color: #4BBE82;
}
.BgClassName
{
background-color: #4BBE82;
}
</style>
border-color css
<style>
span { border-color: #4BBE82; }
span { border-color: rgb(75,190,130); }
td.TdClassName
{
border-color: #4BBE82;
}
.TagClassName
{
border-color: #4BBE82;
}
</style>