Shades of Emerald #5CCD85
Tints of Emerald #5CCD85
RGB
CMYK
RGB Variations
Color information
#5CCD85 (or 0x5CCD85) is known color: Emerald. HEX triplet: 5C, CD and 85. RGB value is (92,205,133). Sum of RGB (Red+Green+Blue) = 92+205+133=430 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.40% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCD85 is #A3327A. Grayscale: #A3A3A3. Windows color (decimal): -10695291 or 8768860. OLE color: 8768860.
HSL color Cylindrical-coordinate representation of color #5CCD85: hue angle of 141.77º 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 #5CCD85 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 133 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.20 |
| HSL | 141.77º | 0.53% | 0.58% | - |
| HSV(B) | 141.77º | 0.55% | 0.8% | - |
| XYZ | 30.48 | 47.63 | 29.78 | - |
| YUV | 163.01 | 111.06 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 133 | 0.55 | 0 | 0.35 | 0.20 | 141.77 | 0.53 | 0.58 |
| Hex | 5C | CD | 85 | 37 | 0 | 23 | 14 | 8E | 35 | 3A |
| Octal | 134 | 315 | 205 | 67 | 0 | 43 | 24 | 216 | 65 | 72 |
| Binary | 1011100 | 11001101 | 10000101 | 110111 | 0 | 100011 | 10100 | 10001110 | 110101 | 111010 |
Color Harmonies of #5CCD85
Complementary color
Monochromatic Colors of #5CCD85
Black with #5CCD85
Text Example
Text Example
White with #5CCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCD85; }
p { color: rgb(92,205,133); }
H1.HeaderClassName
{
color: #5CCD85;
}
.AnyTagClassName
{
color: #5CCD85;
}
</style>
background-color css
<style>
a { background-color: #5CCD85; }
a { background-color: rgb(92,205,133); }
div.DivClassName
{
background-color: #5CCD85;
}
.BgClassName
{
background-color: #5CCD85;
}
</style>
border-color css
<style>
span { border-color: #5CCD85; }
span { border-color: rgb(92,205,133); }
td.TdClassName
{
border-color: #5CCD85;
}
.TagClassName
{
border-color: #5CCD85;
}
</style>