Shades of Emerald #5CD082
Tints of Emerald #5CD082
RGB
CMYK
RGB Variations
Color information
#5CD082 (or 0x5CD082) is known color: Emerald. HEX triplet: 5C, D0 and 82. RGB value is (92,208,130). Sum of RGB (Red+Green+Blue) = 92+208+130=430 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.40% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD082 is #A32F7D. Grayscale: #A4A4A4. Windows color (decimal): -10694526 or 8573020. OLE color: 8573020.
HSL color Cylindrical-coordinate representation of color #5CD082: hue angle of 139.66º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD082 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 208 | 130 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.18 |
| HSL | 139.66º | 0.55% | 0.59% | - |
| HSV(B) | 139.66º | 0.56% | 0.82% | - |
| XYZ | 31 | 49 | 28.94 | - |
| YUV | 164.42 | 108.57 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 208 | 130 | 0.56 | 0 | 0.38 | 0.18 | 139.66 | 0.55 | 0.59 |
| Hex | 5C | D0 | 82 | 38 | 0 | 26 | 12 | 8C | 37 | 3B |
| Octal | 134 | 320 | 202 | 70 | 0 | 46 | 22 | 214 | 67 | 73 |
| Binary | 1011100 | 11010000 | 10000010 | 111000 | 0 | 100110 | 10010 | 10001100 | 110111 | 111011 |
Color Harmonies of #5CD082
Complementary color
Monochromatic Colors of #5CD082
Black with #5CD082
Text Example
Text Example
White with #5CD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD082; }
p { color: rgb(92,208,130); }
H1.HeaderClassName
{
color: #5CD082;
}
.AnyTagClassName
{
color: #5CD082;
}
</style>
background-color css
<style>
a { background-color: #5CD082; }
a { background-color: rgb(92,208,130); }
div.DivClassName
{
background-color: #5CD082;
}
.BgClassName
{
background-color: #5CD082;
}
</style>
border-color css
<style>
span { border-color: #5CD082; }
span { border-color: rgb(92,208,130); }
td.TdClassName
{
border-color: #5CD082;
}
.TagClassName
{
border-color: #5CD082;
}
</style>