Shades of Emerald #4BD685
Tints of Emerald #4BD685
RGB
CMYK
RGB Variations
Color information
#4BD685 (or 0x4BD685) is known color: Emerald. HEX triplet: 4B, D6 and 85. RGB value is (75,214,133). Sum of RGB (Red+Green+Blue) = 75+214+133=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD685 is #B4297A. Grayscale: #A3A3A3. Windows color (decimal): -11807099 or 8771147. OLE color: 8771147.
HSL color Cylindrical-coordinate representation of color #4BD685: hue angle of 145.04º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD685 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 133 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.16 |
| HSL | 145.04º | 0.63% | 0.57% | - |
| HSV(B) | 145.04º | 0.65% | 0.84% | - |
| XYZ | 31.18 | 51.28 | 30.45 | - |
| YUV | 163.21 | 110.95 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 133 | 0.65 | 0 | 0.38 | 0.16 | 145.04 | 0.63 | 0.57 |
| Hex | 4B | D6 | 85 | 41 | 0 | 26 | 10 | 91 | 3F | 39 |
| Octal | 113 | 326 | 205 | 101 | 0 | 46 | 20 | 221 | 77 | 71 |
| Binary | 1001011 | 11010110 | 10000101 | 1000001 | 0 | 100110 | 10000 | 10010001 | 111111 | 111001 |
Color Harmonies of #4BD685
Complementary color
Monochromatic Colors of #4BD685
Black with #4BD685
Text Example
Text Example
White with #4BD685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD685; }
p { color: rgb(75,214,133); }
H1.HeaderClassName
{
color: #4BD685;
}
.AnyTagClassName
{
color: #4BD685;
}
</style>
background-color css
<style>
a { background-color: #4BD685; }
a { background-color: rgb(75,214,133); }
div.DivClassName
{
background-color: #4BD685;
}
.BgClassName
{
background-color: #4BD685;
}
</style>
border-color css
<style>
span { border-color: #4BD685; }
span { border-color: rgb(75,214,133); }
td.TdClassName
{
border-color: #4BD685;
}
.TagClassName
{
border-color: #4BD685;
}
</style>