Shades of Emerald #5DCB7F
Tints of Emerald #5DCB7F
RGB
CMYK
RGB Variations
Color information
#5DCB7F (or 0x5DCB7F) is known color: Emerald. HEX triplet: 5D, CB and 7F. RGB value is (93,203,127). Sum of RGB (Red+Green+Blue) = 93+203+127=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCB7F is #A23480. Grayscale: #A1A1A1. Windows color (decimal): -10630273 or 8375133. OLE color: 8375133.
HSL color Cylindrical-coordinate representation of color #5DCB7F: hue angle of 138.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCB7F is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 127 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.20 |
| HSL | 138.55º | 0.51% | 0.58% | - |
| HSV(B) | 138.55º | 0.54% | 0.8% | - |
| XYZ | 29.7 | 46.57 | 27.5 | - |
| YUV | 161.45 | 108.56 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 127 | 0.54 | 0 | 0.37 | 0.20 | 138.55 | 0.51 | 0.58 |
| Hex | 5D | CB | 7F | 36 | 0 | 25 | 14 | 8B | 33 | 3A |
| Octal | 135 | 313 | 177 | 66 | 0 | 45 | 24 | 213 | 63 | 72 |
| Binary | 1011101 | 11001011 | 1111111 | 110110 | 0 | 100101 | 10100 | 10001011 | 110011 | 111010 |
Color Harmonies of #5DCB7F
Complementary color
Monochromatic Colors of #5DCB7F
Black with #5DCB7F
Text Example
Text Example
White with #5DCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB7F; }
p { color: rgb(93,203,127); }
H1.HeaderClassName
{
color: #5DCB7F;
}
.AnyTagClassName
{
color: #5DCB7F;
}
</style>
background-color css
<style>
a { background-color: #5DCB7F; }
a { background-color: rgb(93,203,127); }
div.DivClassName
{
background-color: #5DCB7F;
}
.BgClassName
{
background-color: #5DCB7F;
}
</style>
border-color css
<style>
span { border-color: #5DCB7F; }
span { border-color: rgb(93,203,127); }
td.TdClassName
{
border-color: #5DCB7F;
}
.TagClassName
{
border-color: #5DCB7F;
}
</style>