Shades of Emerald #5DD66B
Tints of Emerald #5DD66B
RGB
CMYK
RGB Variations
Color information
#5DD66B (or 0x5DD66B) is known color: Emerald. HEX triplet: 5D, D6 and 6B. RGB value is (93,214,107). Sum of RGB (Red+Green+Blue) = 93+214+107=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD66B is #A22994. Grayscale: #A5A5A5. Windows color (decimal): -10627477 or 7067229. OLE color: 7067229.
HSL color Cylindrical-coordinate representation of color #5DD66B: hue angle of 126.94º 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 #5DD66B is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 107 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.16 |
| HSL | 126.94º | 0.6% | 0.6% | - |
| HSV(B) | 126.94º | 0.57% | 0.84% | - |
| XYZ | 31.21 | 51.48 | 22.2 | - |
| YUV | 165.62 | 94.91 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 107 | 0.57 | 0 | 0.50 | 0.16 | 126.94 | 0.6 | 0.6 |
| Hex | 5D | D6 | 6B | 39 | 0 | 32 | 10 | 7F | 3C | 3C |
| Octal | 135 | 326 | 153 | 71 | 0 | 62 | 20 | 177 | 74 | 74 |
| Binary | 1011101 | 11010110 | 1101011 | 111001 | 0 | 110010 | 10000 | 1111111 | 111100 | 111100 |
Color Harmonies of #5DD66B
Complementary color
Monochromatic Colors of #5DD66B
Black with #5DD66B
Text Example
Text Example
White with #5DD66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD66B; }
p { color: rgb(93,214,107); }
H1.HeaderClassName
{
color: #5DD66B;
}
.AnyTagClassName
{
color: #5DD66B;
}
</style>
background-color css
<style>
a { background-color: #5DD66B; }
a { background-color: rgb(93,214,107); }
div.DivClassName
{
background-color: #5DD66B;
}
.BgClassName
{
background-color: #5DD66B;
}
</style>
border-color css
<style>
span { border-color: #5DD66B; }
span { border-color: rgb(93,214,107); }
td.TdClassName
{
border-color: #5DD66B;
}
.TagClassName
{
border-color: #5DD66B;
}
</style>