Shades of Emerald #5CBE7B
Tints of Emerald #5CBE7B
RGB
CMYK
RGB Variations
Color information
#5CBE7B (or 0x5CBE7B) is known color: Emerald. HEX triplet: 5C, BE and 7B. RGB value is (92,190,123). Sum of RGB (Red+Green+Blue) = 92+190+123=405 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.72% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBE7B is #A34184. Grayscale: #999999. Windows color (decimal): -10699141 or 8109660. OLE color: 8109660.
HSL color Cylindrical-coordinate representation of color #5CBE7B: hue angle of 138.98º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBE7B is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 123 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.25 |
| HSL | 138.98º | 0.43% | 0.55% | - |
| HSV(B) | 138.98º | 0.52% | 0.75% | - |
| XYZ | 26.4 | 40.53 | 25.17 | - |
| YUV | 153.06 | 111.03 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 123 | 0.52 | 0 | 0.35 | 0.25 | 138.98 | 0.43 | 0.55 |
| Hex | 5C | BE | 7B | 34 | 0 | 23 | 19 | 8B | 2B | 37 |
| Octal | 134 | 276 | 173 | 64 | 0 | 43 | 31 | 213 | 53 | 67 |
| Binary | 1011100 | 10111110 | 1111011 | 110100 | 0 | 100011 | 11001 | 10001011 | 101011 | 110111 |
Color Harmonies of #5CBE7B
Complementary color
Monochromatic Colors of #5CBE7B
Black with #5CBE7B
Text Example
Text Example
White with #5CBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBE7B; }
p { color: rgb(92,190,123); }
H1.HeaderClassName
{
color: #5CBE7B;
}
.AnyTagClassName
{
color: #5CBE7B;
}
</style>
background-color css
<style>
a { background-color: #5CBE7B; }
a { background-color: rgb(92,190,123); }
div.DivClassName
{
background-color: #5CBE7B;
}
.BgClassName
{
background-color: #5CBE7B;
}
</style>
border-color css
<style>
span { border-color: #5CBE7B; }
span { border-color: rgb(92,190,123); }
td.TdClassName
{
border-color: #5CBE7B;
}
.TagClassName
{
border-color: #5CBE7B;
}
</style>