Shades of Emerald #4BCB85
Tints of Emerald #4BCB85
RGB
CMYK
RGB Variations
Color information
#4BCB85 (or 0x4BCB85) is known color: Emerald. HEX triplet: 4B, CB and 85. RGB value is (75,203,133). Sum of RGB (Red+Green+Blue) = 75+203+133=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCB85 is #B4347A. Grayscale: #9C9C9C. Windows color (decimal): -11809915 or 8768331. OLE color: 8768331.
HSL color Cylindrical-coordinate representation of color #4BCB85: hue angle of 147.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB85 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 133 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.20 |
| HSL | 147.19º | 0.55% | 0.55% | - |
| HSV(B) | 147.19º | 0.63% | 0.8% | - |
| XYZ | 28.49 | 45.9 | 29.55 | - |
| YUV | 156.75 | 114.59 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 133 | 0.63 | 0 | 0.34 | 0.20 | 147.19 | 0.55 | 0.55 |
| Hex | 4B | CB | 85 | 3F | 0 | 22 | 14 | 93 | 37 | 37 |
| Octal | 113 | 313 | 205 | 77 | 0 | 42 | 24 | 223 | 67 | 67 |
| Binary | 1001011 | 11001011 | 10000101 | 111111 | 0 | 100010 | 10100 | 10010011 | 110111 | 110111 |
Color Harmonies of #4BCB85
Complementary color
Monochromatic Colors of #4BCB85
Black with #4BCB85
Text Example
Text Example
White with #4BCB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB85; }
p { color: rgb(75,203,133); }
H1.HeaderClassName
{
color: #4BCB85;
}
.AnyTagClassName
{
color: #4BCB85;
}
</style>
background-color css
<style>
a { background-color: #4BCB85; }
a { background-color: rgb(75,203,133); }
div.DivClassName
{
background-color: #4BCB85;
}
.BgClassName
{
background-color: #4BCB85;
}
</style>
border-color css
<style>
span { border-color: #4BCB85; }
span { border-color: rgb(75,203,133); }
td.TdClassName
{
border-color: #4BCB85;
}
.TagClassName
{
border-color: #4BCB85;
}
</style>