Shades of Emerald #5CBF7C
Tints of Emerald #5CBF7C
RGB
CMYK
RGB Variations
Color information
#5CBF7C (or 0x5CBF7C) is known color: Emerald. HEX triplet: 5C, BF and 7C. RGB value is (92,191,124). Sum of RGB (Red+Green+Blue) = 92+191+124=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBF7C is #A34083. Grayscale: #999999. Windows color (decimal): -10698884 or 8175452. OLE color: 8175452.
HSL color Cylindrical-coordinate representation of color #5CBF7C: hue angle of 139.39º degrees, saturation: 0.44, 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 #5CBF7C is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 191 | 124 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.25 |
| HSL | 139.39º | 0.44% | 0.55% | - |
| HSV(B) | 139.39º | 0.52% | 0.75% | - |
| XYZ | 26.68 | 40.99 | 25.57 | - |
| YUV | 153.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 124 | 0.52 | 0 | 0.35 | 0.25 | 139.39 | 0.44 | 0.55 |
| Hex | 5C | BF | 7C | 34 | 0 | 23 | 19 | 8B | 2C | 37 |
| Octal | 134 | 277 | 174 | 64 | 0 | 43 | 31 | 213 | 54 | 67 |
| Binary | 1011100 | 10111111 | 1111100 | 110100 | 0 | 100011 | 11001 | 10001011 | 101100 | 110111 |
Color Harmonies of #5CBF7C
Complementary color
Monochromatic Colors of #5CBF7C
Black with #5CBF7C
Text Example
Text Example
White with #5CBF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBF7C; }
p { color: rgb(92,191,124); }
H1.HeaderClassName
{
color: #5CBF7C;
}
.AnyTagClassName
{
color: #5CBF7C;
}
</style>
background-color css
<style>
a { background-color: #5CBF7C; }
a { background-color: rgb(92,191,124); }
div.DivClassName
{
background-color: #5CBF7C;
}
.BgClassName
{
background-color: #5CBF7C;
}
</style>
border-color css
<style>
span { border-color: #5CBF7C; }
span { border-color: rgb(92,191,124); }
td.TdClassName
{
border-color: #5CBF7C;
}
.TagClassName
{
border-color: #5CBF7C;
}
</style>