Shades of Emerald #5DD76C
Tints of Emerald #5DD76C
RGB
CMYK
RGB Variations
Color information
#5DD76C (or 0x5DD76C) is known color: Emerald. HEX triplet: 5D, D7 and 6C. RGB value is (93,215,108). Sum of RGB (Red+Green+Blue) = 93+215+108=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD76C is #A22893. Grayscale: #A6A6A6. Windows color (decimal): -10627220 or 7133021. OLE color: 7133021.
HSL color Cylindrical-coordinate representation of color #5DD76C: hue angle of 127.38º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD76C is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 108 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.16 |
| HSL | 127.38º | 0.6% | 0.6% | - |
| HSV(B) | 127.38º | 0.57% | 0.84% | - |
| XYZ | 31.52 | 52.01 | 22.57 | - |
| YUV | 166.32 | 95.08 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 108 | 0.57 | 0 | 0.50 | 0.16 | 127.38 | 0.6 | 0.6 |
| Hex | 5D | D7 | 6C | 39 | 0 | 32 | 10 | 7F | 3C | 3C |
| Octal | 135 | 327 | 154 | 71 | 0 | 62 | 20 | 177 | 74 | 74 |
| Binary | 1011101 | 11010111 | 1101100 | 111001 | 0 | 110010 | 10000 | 1111111 | 111100 | 111100 |
Color Harmonies of #5DD76C
Complementary color
Monochromatic Colors of #5DD76C
Black with #5DD76C
Text Example
Text Example
White with #5DD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD76C; }
p { color: rgb(93,215,108); }
H1.HeaderClassName
{
color: #5DD76C;
}
.AnyTagClassName
{
color: #5DD76C;
}
</style>
background-color css
<style>
a { background-color: #5DD76C; }
a { background-color: rgb(93,215,108); }
div.DivClassName
{
background-color: #5DD76C;
}
.BgClassName
{
background-color: #5DD76C;
}
</style>
border-color css
<style>
span { border-color: #5DD76C; }
span { border-color: rgb(93,215,108); }
td.TdClassName
{
border-color: #5DD76C;
}
.TagClassName
{
border-color: #5DD76C;
}
</style>