Shades of Emerald #5DCD83
Tints of Emerald #5DCD83
RGB
CMYK
RGB Variations
Color information
#5DCD83 (or 0x5DCD83) is known color: Emerald. HEX triplet: 5D, CD and 83. RGB value is (93,205,131). Sum of RGB (Red+Green+Blue) = 93+205+131=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCD83 is #A2327C. Grayscale: #A3A3A3. Windows color (decimal): -10629757 or 8637789. OLE color: 8637789.
HSL color Cylindrical-coordinate representation of color #5DCD83: hue angle of 140.36º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCD83 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 131 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.20 |
| HSL | 140.36º | 0.53% | 0.58% | - |
| HSV(B) | 140.36º | 0.55% | 0.8% | - |
| XYZ | 30.44 | 47.63 | 29.06 | - |
| YUV | 163.08 | 109.89 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 131 | 0.55 | 0 | 0.36 | 0.20 | 140.36 | 0.53 | 0.58 |
| Hex | 5D | CD | 83 | 37 | 0 | 24 | 14 | 8C | 35 | 3A |
| Octal | 135 | 315 | 203 | 67 | 0 | 44 | 24 | 214 | 65 | 72 |
| Binary | 1011101 | 11001101 | 10000011 | 110111 | 0 | 100100 | 10100 | 10001100 | 110101 | 111010 |
Color Harmonies of #5DCD83
Complementary color
Monochromatic Colors of #5DCD83
Black with #5DCD83
Text Example
Text Example
White with #5DCD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD83; }
p { color: rgb(93,205,131); }
H1.HeaderClassName
{
color: #5DCD83;
}
.AnyTagClassName
{
color: #5DCD83;
}
</style>
background-color css
<style>
a { background-color: #5DCD83; }
a { background-color: rgb(93,205,131); }
div.DivClassName
{
background-color: #5DCD83;
}
.BgClassName
{
background-color: #5DCD83;
}
</style>
border-color css
<style>
span { border-color: #5DCD83; }
span { border-color: rgb(93,205,131); }
td.TdClassName
{
border-color: #5DCD83;
}
.TagClassName
{
border-color: #5DCD83;
}
</style>