Shades of Emerald #5DD66A
Tints of Emerald #5DD66A
RGB
CMYK
RGB Variations
Color information
#5DD66A (or 0x5DD66A) is known color: Emerald. HEX triplet: 5D, D6 and 6A. RGB value is (93,214,106). Sum of RGB (Red+Green+Blue) = 93+214+106=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD66A is #A22995. Grayscale: #A5A5A5. Windows color (decimal): -10627478 or 7001693. OLE color: 7001693.
HSL color Cylindrical-coordinate representation of color #5DD66A: hue angle of 126.45º 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 #5DD66A is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 106 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.16 |
| HSL | 126.45º | 0.6% | 0.6% | - |
| HSV(B) | 126.45º | 0.57% | 0.84% | - |
| XYZ | 31.16 | 51.46 | 21.93 | - |
| YUV | 165.51 | 94.41 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 106 | 0.57 | 0 | 0.50 | 0.16 | 126.45 | 0.6 | 0.6 |
| Hex | 5D | D6 | 6A | 39 | 0 | 32 | 10 | 7E | 3C | 3C |
| Octal | 135 | 326 | 152 | 71 | 0 | 62 | 20 | 176 | 74 | 74 |
| Binary | 1011101 | 11010110 | 1101010 | 111001 | 0 | 110010 | 10000 | 1111110 | 111100 | 111100 |
Color Harmonies of #5DD66A
Complementary color
Monochromatic Colors of #5DD66A
Black with #5DD66A
Text Example
Text Example
White with #5DD66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD66A; }
p { color: rgb(93,214,106); }
H1.HeaderClassName
{
color: #5DD66A;
}
.AnyTagClassName
{
color: #5DD66A;
}
</style>
background-color css
<style>
a { background-color: #5DD66A; }
a { background-color: rgb(93,214,106); }
div.DivClassName
{
background-color: #5DD66A;
}
.BgClassName
{
background-color: #5DD66A;
}
</style>
border-color css
<style>
span { border-color: #5DD66A; }
span { border-color: rgb(93,214,106); }
td.TdClassName
{
border-color: #5DD66A;
}
.TagClassName
{
border-color: #5DD66A;
}
</style>