Shades of Emerald #5CDB75
Tints of Emerald #5CDB75
RGB
CMYK
RGB Variations
Color information
#5CDB75 (or 0x5CDB75) is known color: Emerald. HEX triplet: 5C, DB and 75. RGB value is (92,219,117). Sum of RGB (Red+Green+Blue) = 92+219+117=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDB75 is #A3248A. Grayscale: #A9A9A9. Windows color (decimal): -10691723 or 7723868. OLE color: 7723868.
HSL color Cylindrical-coordinate representation of color #5CDB75: hue angle of 131.81º 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 #5CDB75 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 117 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.14 |
| HSL | 131.81º | 0.64% | 0.61% | - |
| HSV(B) | 131.81º | 0.58% | 0.86% | - |
| XYZ | 32.96 | 54.22 | 25.56 | - |
| YUV | 169.4 | 98.42 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 117 | 0.58 | 0 | 0.47 | 0.14 | 131.81 | 0.64 | 0.61 |
| Hex | 5C | DB | 75 | 3A | 0 | 2F | E | 84 | 40 | 3D |
| Octal | 134 | 333 | 165 | 72 | 0 | 57 | 16 | 204 | 100 | 75 |
| Binary | 1011100 | 11011011 | 1110101 | 111010 | 0 | 101111 | 1110 | 10000100 | 1000000 | 111101 |
Color Harmonies of #5CDB75
Complementary color
Monochromatic Colors of #5CDB75
Black with #5CDB75
Text Example
Text Example
White with #5CDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDB75; }
p { color: rgb(92,219,117); }
H1.HeaderClassName
{
color: #5CDB75;
}
.AnyTagClassName
{
color: #5CDB75;
}
</style>
background-color css
<style>
a { background-color: #5CDB75; }
a { background-color: rgb(92,219,117); }
div.DivClassName
{
background-color: #5CDB75;
}
.BgClassName
{
background-color: #5CDB75;
}
</style>
border-color css
<style>
span { border-color: #5CDB75; }
span { border-color: rgb(92,219,117); }
td.TdClassName
{
border-color: #5CDB75;
}
.TagClassName
{
border-color: #5CDB75;
}
</style>