Shades of Emerald #4BE385
Tints of Emerald #4BE385
RGB
CMYK
RGB Variations
Color information
#4BE385 (or 0x4BE385) is known color: Emerald. HEX triplet: 4B, E3 and 85. RGB value is (75,227,133). Sum of RGB (Red+Green+Blue) = 75+227+133=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BE385 is #B41C7A. Grayscale: #ABABAB. Windows color (decimal): -11803771 or 8774475. OLE color: 8774475.
HSL color Cylindrical-coordinate representation of color #4BE385: hue angle of 142.89º 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 #4BE385 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 227 | 133 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.11 |
| HSL | 142.89º | 0.73% | 0.59% | - |
| HSV(B) | 142.89º | 0.67% | 0.89% | - |
| XYZ | 34.6 | 58.13 | 31.59 | - |
| YUV | 170.84 | 106.64 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 227 | 133 | 0.67 | 0 | 0.41 | 0.11 | 142.89 | 0.73 | 0.59 |
| Hex | 4B | E3 | 85 | 43 | 0 | 29 | B | 8F | 49 | 3B |
| Octal | 113 | 343 | 205 | 103 | 0 | 51 | 13 | 217 | 111 | 73 |
| Binary | 1001011 | 11100011 | 10000101 | 1000011 | 0 | 101001 | 1011 | 10001111 | 1001001 | 111011 |
Color Harmonies of #4BE385
Complementary color
Monochromatic Colors of #4BE385
Black with #4BE385
Text Example
Text Example
White with #4BE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE385; }
p { color: rgb(75,227,133); }
H1.HeaderClassName
{
color: #4BE385;
}
.AnyTagClassName
{
color: #4BE385;
}
</style>
background-color css
<style>
a { background-color: #4BE385; }
a { background-color: rgb(75,227,133); }
div.DivClassName
{
background-color: #4BE385;
}
.BgClassName
{
background-color: #4BE385;
}
</style>
border-color css
<style>
span { border-color: #4BE385; }
span { border-color: rgb(75,227,133); }
td.TdClassName
{
border-color: #4BE385;
}
.TagClassName
{
border-color: #4BE385;
}
</style>