Shades of Emerald #5CBD7E
Tints of Emerald #5CBD7E
RGB
CMYK
RGB Variations
Color information
#5CBD7E (or 0x5CBD7E) is known color: Emerald. HEX triplet: 5C, BD and 7E. RGB value is (92,189,126). Sum of RGB (Red+Green+Blue) = 92+189+126=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBD7E is #A34281. Grayscale: #989898. Windows color (decimal): -10699394 or 8306012. OLE color: 8306012.
HSL color Cylindrical-coordinate representation of color #5CBD7E: hue angle of 141.03º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBD7E is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 189 | 126 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.26 |
| HSL | 141.03º | 0.42% | 0.55% | - |
| HSV(B) | 141.03º | 0.51% | 0.74% | - |
| XYZ | 26.38 | 40.18 | 26.1 | - |
| YUV | 152.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 126 | 0.51 | 0 | 0.33 | 0.26 | 141.03 | 0.42 | 0.55 |
| Hex | 5C | BD | 7E | 33 | 0 | 21 | 1A | 8D | 2A | 37 |
| Octal | 134 | 275 | 176 | 63 | 0 | 41 | 32 | 215 | 52 | 67 |
| Binary | 1011100 | 10111101 | 1111110 | 110011 | 0 | 100001 | 11010 | 10001101 | 101010 | 110111 |
Color Harmonies of #5CBD7E
Complementary color
Monochromatic Colors of #5CBD7E
Black with #5CBD7E
Text Example
Text Example
White with #5CBD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBD7E; }
p { color: rgb(92,189,126); }
H1.HeaderClassName
{
color: #5CBD7E;
}
.AnyTagClassName
{
color: #5CBD7E;
}
</style>
background-color css
<style>
a { background-color: #5CBD7E; }
a { background-color: rgb(92,189,126); }
div.DivClassName
{
background-color: #5CBD7E;
}
.BgClassName
{
background-color: #5CBD7E;
}
</style>
border-color css
<style>
span { border-color: #5CBD7E; }
span { border-color: rgb(92,189,126); }
td.TdClassName
{
border-color: #5CBD7E;
}
.TagClassName
{
border-color: #5CBD7E;
}
</style>