Shades of Emerald #5DD67B
Tints of Emerald #5DD67B
RGB
CMYK
RGB Variations
Color information
#5DD67B (or 0x5DD67B) is known color: Emerald. HEX triplet: 5D, D6 and 7B. RGB value is (93,214,123). Sum of RGB (Red+Green+Blue) = 93+214+123=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD67B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD67B is #A22984. Grayscale: #A7A7A7. Windows color (decimal): -10627461 or 8115805. OLE color: 8115805.
HSL color Cylindrical-coordinate representation of color #5DD67B: hue angle of 134.88º 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 #5DD67B is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 123 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.16 |
| HSL | 134.88º | 0.6% | 0.6% | - |
| HSV(B) | 134.88º | 0.57% | 0.84% | - |
| XYZ | 32.14 | 51.85 | 27.05 | - |
| YUV | 167.45 | 102.91 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 123 | 0.57 | 0 | 0.43 | 0.16 | 134.88 | 0.6 | 0.6 |
| Hex | 5D | D6 | 7B | 39 | 0 | 2B | 10 | 87 | 3C | 3C |
| Octal | 135 | 326 | 173 | 71 | 0 | 53 | 20 | 207 | 74 | 74 |
| Binary | 1011101 | 11010110 | 1111011 | 111001 | 0 | 101011 | 10000 | 10000111 | 111100 | 111100 |
Color Harmonies of #5DD67B
Complementary color
Monochromatic Colors of #5DD67B
Black with #5DD67B
Text Example
Text Example
White with #5DD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD67B; }
p { color: rgb(93,214,123); }
H1.HeaderClassName
{
color: #5DD67B;
}
.AnyTagClassName
{
color: #5DD67B;
}
</style>
background-color css
<style>
a { background-color: #5DD67B; }
a { background-color: rgb(93,214,123); }
div.DivClassName
{
background-color: #5DD67B;
}
.BgClassName
{
background-color: #5DD67B;
}
</style>
border-color css
<style>
span { border-color: #5DD67B; }
span { border-color: rgb(93,214,123); }
td.TdClassName
{
border-color: #5DD67B;
}
.TagClassName
{
border-color: #5DD67B;
}
</style>