Shades of Emerald #5CDB73
Tints of Emerald #5CDB73
RGB
CMYK
RGB Variations
Color information
#5CDB73 (or 0x5CDB73) is known color: Emerald. HEX triplet: 5C, DB and 73. RGB value is (92,219,115). Sum of RGB (Red+Green+Blue) = 92+219+115=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDB73 is #A3248C. Grayscale: #A9A9A9. Windows color (decimal): -10691725 or 7592796. OLE color: 7592796.
HSL color Cylindrical-coordinate representation of color #5CDB73: hue angle of 130.87º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDB73 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 115 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.14 |
| HSL | 130.87º | 0.64% | 0.61% | - |
| HSV(B) | 130.87º | 0.58% | 0.86% | - |
| XYZ | 32.84 | 54.18 | 24.95 | - |
| YUV | 169.17 | 97.42 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 115 | 0.58 | 0 | 0.47 | 0.14 | 130.87 | 0.64 | 0.61 |
| Hex | 5C | DB | 73 | 3A | 0 | 2F | E | 83 | 40 | 3D |
| Octal | 134 | 333 | 163 | 72 | 0 | 57 | 16 | 203 | 100 | 75 |
| Binary | 1011100 | 11011011 | 1110011 | 111010 | 0 | 101111 | 1110 | 10000011 | 1000000 | 111101 |
Color Harmonies of #5CDB73
Complementary color
Monochromatic Colors of #5CDB73
Black with #5CDB73
Text Example
Text Example
White with #5CDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDB73; }
p { color: rgb(92,219,115); }
H1.HeaderClassName
{
color: #5CDB73;
}
.AnyTagClassName
{
color: #5CDB73;
}
</style>
background-color css
<style>
a { background-color: #5CDB73; }
a { background-color: rgb(92,219,115); }
div.DivClassName
{
background-color: #5CDB73;
}
.BgClassName
{
background-color: #5CDB73;
}
</style>
border-color css
<style>
span { border-color: #5CDB73; }
span { border-color: rgb(92,219,115); }
td.TdClassName
{
border-color: #5CDB73;
}
.TagClassName
{
border-color: #5CDB73;
}
</style>