Shades of Emerald #4BE384
Tints of Emerald #4BE384
RGB
CMYK
RGB Variations
Color information
#4BE384 (or 0x4BE384) is known color: Emerald. HEX triplet: 4B, E3 and 84. RGB value is (75,227,132). Sum of RGB (Red+Green+Blue) = 75+227+132=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BE384 is #B41C7B. Grayscale: #AAAAAA. Windows color (decimal): -11803772 or 8708939. OLE color: 8708939.
HSL color Cylindrical-coordinate representation of color #4BE384: hue angle of 142.5º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE384 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 227 | 132 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.11 |
| HSL | 142.5º | 0.73% | 0.59% | - |
| HSV(B) | 142.5º | 0.67% | 0.89% | - |
| XYZ | 34.54 | 58.1 | 31.22 | - |
| YUV | 170.72 | 106.14 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 227 | 132 | 0.67 | 0 | 0.42 | 0.11 | 142.5 | 0.73 | 0.59 |
| Hex | 4B | E3 | 84 | 43 | 0 | 2A | B | 8E | 49 | 3B |
| Octal | 113 | 343 | 204 | 103 | 0 | 52 | 13 | 216 | 111 | 73 |
| Binary | 1001011 | 11100011 | 10000100 | 1000011 | 0 | 101010 | 1011 | 10001110 | 1001001 | 111011 |
Color Harmonies of #4BE384
Complementary color
Monochromatic Colors of #4BE384
Black with #4BE384
Text Example
Text Example
White with #4BE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE384; }
p { color: rgb(75,227,132); }
H1.HeaderClassName
{
color: #4BE384;
}
.AnyTagClassName
{
color: #4BE384;
}
</style>
background-color css
<style>
a { background-color: #4BE384; }
a { background-color: rgb(75,227,132); }
div.DivClassName
{
background-color: #4BE384;
}
.BgClassName
{
background-color: #4BE384;
}
</style>
border-color css
<style>
span { border-color: #4BE384; }
span { border-color: rgb(75,227,132); }
td.TdClassName
{
border-color: #4BE384;
}
.TagClassName
{
border-color: #4BE384;
}
</style>