Shades of Emerald #5CDA75
Tints of Emerald #5CDA75
RGB
CMYK
RGB Variations
Color information
#5CDA75 (or 0x5CDA75) is known color: Emerald. HEX triplet: 5C, DA and 75. RGB value is (92,218,117). Sum of RGB (Red+Green+Blue) = 92+218+117=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDA75 is #A3258A. Grayscale: #A9A9A9. Windows color (decimal): -10691979 or 7723612. OLE color: 7723612.
HSL color Cylindrical-coordinate representation of color #5CDA75: hue angle of 131.9º 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 #5CDA75 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 117 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.15 |
| HSL | 131.9º | 0.63% | 0.61% | - |
| HSV(B) | 131.9º | 0.58% | 0.85% | - |
| XYZ | 32.7 | 53.7 | 25.47 | - |
| YUV | 168.81 | 98.76 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 117 | 0.58 | 0 | 0.46 | 0.15 | 131.9 | 0.63 | 0.61 |
| Hex | 5C | DA | 75 | 3A | 0 | 2E | F | 84 | 3F | 3D |
| Octal | 134 | 332 | 165 | 72 | 0 | 56 | 17 | 204 | 77 | 75 |
| Binary | 1011100 | 11011010 | 1110101 | 111010 | 0 | 101110 | 1111 | 10000100 | 111111 | 111101 |
Color Harmonies of #5CDA75
Complementary color
Monochromatic Colors of #5CDA75
Black with #5CDA75
Text Example
Text Example
White with #5CDA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA75; }
p { color: rgb(92,218,117); }
H1.HeaderClassName
{
color: #5CDA75;
}
.AnyTagClassName
{
color: #5CDA75;
}
</style>
background-color css
<style>
a { background-color: #5CDA75; }
a { background-color: rgb(92,218,117); }
div.DivClassName
{
background-color: #5CDA75;
}
.BgClassName
{
background-color: #5CDA75;
}
</style>
border-color css
<style>
span { border-color: #5CDA75; }
span { border-color: rgb(92,218,117); }
td.TdClassName
{
border-color: #5CDA75;
}
.TagClassName
{
border-color: #5CDA75;
}
</style>