Shades of Emerald #4BE682
Tints of Emerald #4BE682
RGB
CMYK
RGB Variations
Color information
#4BE682 (or 0x4BE682) is known color: Emerald. HEX triplet: 4B, E6 and 82. RGB value is (75,230,130). Sum of RGB (Red+Green+Blue) = 75+230+130=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE682 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BE682 is #B4197D. Grayscale: #ACACAC. Windows color (decimal): -11803006 or 8578635. OLE color: 8578635.
HSL color Cylindrical-coordinate representation of color #4BE682: hue angle of 141.29º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE682 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 230 | 130 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.10 |
| HSL | 141.29º | 0.76% | 0.6% | - |
| HSV(B) | 141.29º | 0.67% | 0.9% | - |
| XYZ | 35.23 | 59.7 | 30.79 | - |
| YUV | 172.26 | 104.15 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 230 | 130 | 0.67 | 0 | 0.43 | 0.10 | 141.29 | 0.76 | 0.6 |
| Hex | 4B | E6 | 82 | 43 | 0 | 2B | A | 8D | 4C | 3C |
| Octal | 113 | 346 | 202 | 103 | 0 | 53 | 12 | 215 | 114 | 74 |
| Binary | 1001011 | 11100110 | 10000010 | 1000011 | 0 | 101011 | 1010 | 10001101 | 1001100 | 111100 |
Color Harmonies of #4BE682
Complementary color
Monochromatic Colors of #4BE682
Black with #4BE682
Text Example
Text Example
White with #4BE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE682; }
p { color: rgb(75,230,130); }
H1.HeaderClassName
{
color: #4BE682;
}
.AnyTagClassName
{
color: #4BE682;
}
</style>
background-color css
<style>
a { background-color: #4BE682; }
a { background-color: rgb(75,230,130); }
div.DivClassName
{
background-color: #4BE682;
}
.BgClassName
{
background-color: #4BE682;
}
</style>
border-color css
<style>
span { border-color: #4BE682; }
span { border-color: rgb(75,230,130); }
td.TdClassName
{
border-color: #4BE682;
}
.TagClassName
{
border-color: #4BE682;
}
</style>