Shades of Emerald #5CCB7D
Tints of Emerald #5CCB7D
RGB
CMYK
RGB Variations
Color information
#5CCB7D (or 0x5CCB7D) is known color: Emerald. HEX triplet: 5C, CB and 7D. RGB value is (92,203,125). Sum of RGB (Red+Green+Blue) = 92+203+125=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCB7D is #A33482. Grayscale: #A1A1A1. Windows color (decimal): -10695811 or 8244060. OLE color: 8244060.
HSL color Cylindrical-coordinate representation of color #5CCB7D: hue angle of 137.84º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCB7D is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 125 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.20 |
| HSL | 137.84º | 0.52% | 0.58% | - |
| HSV(B) | 137.84º | 0.55% | 0.8% | - |
| XYZ | 29.47 | 46.47 | 26.82 | - |
| YUV | 160.92 | 107.73 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 125 | 0.55 | 0 | 0.38 | 0.20 | 137.84 | 0.52 | 0.58 |
| Hex | 5C | CB | 7D | 37 | 0 | 26 | 14 | 8A | 34 | 3A |
| Octal | 134 | 313 | 175 | 67 | 0 | 46 | 24 | 212 | 64 | 72 |
| Binary | 1011100 | 11001011 | 1111101 | 110111 | 0 | 100110 | 10100 | 10001010 | 110100 | 111010 |
Color Harmonies of #5CCB7D
Complementary color
Monochromatic Colors of #5CCB7D
Black with #5CCB7D
Text Example
Text Example
White with #5CCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCB7D; }
p { color: rgb(92,203,125); }
H1.HeaderClassName
{
color: #5CCB7D;
}
.AnyTagClassName
{
color: #5CCB7D;
}
</style>
background-color css
<style>
a { background-color: #5CCB7D; }
a { background-color: rgb(92,203,125); }
div.DivClassName
{
background-color: #5CCB7D;
}
.BgClassName
{
background-color: #5CCB7D;
}
</style>
border-color css
<style>
span { border-color: #5CCB7D; }
span { border-color: rgb(92,203,125); }
td.TdClassName
{
border-color: #5CCB7D;
}
.TagClassName
{
border-color: #5CCB7D;
}
</style>