Shades of Emerald #5CDA80
Tints of Emerald #5CDA80
RGB
CMYK
RGB Variations
Color information
#5CDA80 (or 0x5CDA80) is known color: Emerald. HEX triplet: 5C, DA and 80. RGB value is (92,218,128). Sum of RGB (Red+Green+Blue) = 92+218+128=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDA80 is #A3257F. Grayscale: #AAAAAA. Windows color (decimal): -10691968 or 8444508. OLE color: 8444508.
HSL color Cylindrical-coordinate representation of color #5CDA80: hue angle of 137.14º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDA80 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 128 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.15 |
| HSL | 137.14º | 0.63% | 0.61% | - |
| HSV(B) | 137.14º | 0.58% | 0.85% | - |
| XYZ | 33.38 | 53.98 | 29.08 | - |
| YUV | 170.07 | 104.26 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 128 | 0.58 | 0 | 0.41 | 0.15 | 137.14 | 0.63 | 0.61 |
| Hex | 5C | DA | 80 | 3A | 0 | 29 | F | 89 | 3F | 3D |
| Octal | 134 | 332 | 200 | 72 | 0 | 51 | 17 | 211 | 77 | 75 |
| Binary | 1011100 | 11011010 | 10000000 | 111010 | 0 | 101001 | 1111 | 10001001 | 111111 | 111101 |
Color Harmonies of #5CDA80
Complementary color
Monochromatic Colors of #5CDA80
Black with #5CDA80
Text Example
Text Example
White with #5CDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA80; }
p { color: rgb(92,218,128); }
H1.HeaderClassName
{
color: #5CDA80;
}
.AnyTagClassName
{
color: #5CDA80;
}
</style>
background-color css
<style>
a { background-color: #5CDA80; }
a { background-color: rgb(92,218,128); }
div.DivClassName
{
background-color: #5CDA80;
}
.BgClassName
{
background-color: #5CDA80;
}
</style>
border-color css
<style>
span { border-color: #5CDA80; }
span { border-color: rgb(92,218,128); }
td.TdClassName
{
border-color: #5CDA80;
}
.TagClassName
{
border-color: #5CDA80;
}
</style>