Shades of Emerald #5DD669
Tints of Emerald #5DD669
RGB
CMYK
RGB Variations
Color information
#5DD669 (or 0x5DD669) is known color: Emerald. HEX triplet: 5D, D6 and 69. RGB value is (93,214,105). Sum of RGB (Red+Green+Blue) = 93+214+105=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD669 is #A22996. Grayscale: #A5A5A5. Windows color (decimal): -10627479 or 6936157. OLE color: 6936157.
HSL color Cylindrical-coordinate representation of color #5DD669: hue angle of 125.95º 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 #5DD669 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 105 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.16 |
| HSL | 125.95º | 0.6% | 0.6% | - |
| HSV(B) | 125.95º | 0.57% | 0.84% | - |
| XYZ | 31.11 | 51.44 | 21.65 | - |
| YUV | 165.4 | 93.91 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 105 | 0.57 | 0 | 0.51 | 0.16 | 125.95 | 0.6 | 0.6 |
| Hex | 5D | D6 | 69 | 39 | 0 | 33 | 10 | 7E | 3C | 3C |
| Octal | 135 | 326 | 151 | 71 | 0 | 63 | 20 | 176 | 74 | 74 |
| Binary | 1011101 | 11010110 | 1101001 | 111001 | 0 | 110011 | 10000 | 1111110 | 111100 | 111100 |
Color Harmonies of #5DD669
Complementary color
Monochromatic Colors of #5DD669
Black with #5DD669
Text Example
Text Example
White with #5DD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD669; }
p { color: rgb(93,214,105); }
H1.HeaderClassName
{
color: #5DD669;
}
.AnyTagClassName
{
color: #5DD669;
}
</style>
background-color css
<style>
a { background-color: #5DD669; }
a { background-color: rgb(93,214,105); }
div.DivClassName
{
background-color: #5DD669;
}
.BgClassName
{
background-color: #5DD669;
}
</style>
border-color css
<style>
span { border-color: #5DD669; }
span { border-color: rgb(93,214,105); }
td.TdClassName
{
border-color: #5DD669;
}
.TagClassName
{
border-color: #5DD669;
}
</style>