Shades of Emerald #5CC280
Tints of Emerald #5CC280
RGB
CMYK
RGB Variations
Color information
#5CC280 (or 0x5CC280) is known color: Emerald. HEX triplet: 5C, C2 and 80. RGB value is (92,194,128). Sum of RGB (Red+Green+Blue) = 92+194+128=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC280 is #A33D7F. Grayscale: #9C9C9C. Windows color (decimal): -10698112 or 8438364. OLE color: 8438364.
HSL color Cylindrical-coordinate representation of color #5CC280: hue angle of 141.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC280 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 128 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.24 |
| HSL | 141.18º | 0.46% | 0.56% | - |
| HSV(B) | 141.18º | 0.53% | 0.76% | - |
| XYZ | 27.6 | 42.42 | 27.15 | - |
| YUV | 155.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 128 | 0.53 | 0 | 0.34 | 0.24 | 141.18 | 0.46 | 0.56 |
| Hex | 5C | C2 | 80 | 35 | 0 | 22 | 18 | 8D | 2E | 38 |
| Octal | 134 | 302 | 200 | 65 | 0 | 42 | 30 | 215 | 56 | 70 |
| Binary | 1011100 | 11000010 | 10000000 | 110101 | 0 | 100010 | 11000 | 10001101 | 101110 | 111000 |
Color Harmonies of #5CC280
Complementary color
Monochromatic Colors of #5CC280
Black with #5CC280
Text Example
Text Example
White with #5CC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC280; }
p { color: rgb(92,194,128); }
H1.HeaderClassName
{
color: #5CC280;
}
.AnyTagClassName
{
color: #5CC280;
}
</style>
background-color css
<style>
a { background-color: #5CC280; }
a { background-color: rgb(92,194,128); }
div.DivClassName
{
background-color: #5CC280;
}
.BgClassName
{
background-color: #5CC280;
}
</style>
border-color css
<style>
span { border-color: #5CC280; }
span { border-color: rgb(92,194,128); }
td.TdClassName
{
border-color: #5CC280;
}
.TagClassName
{
border-color: #5CC280;
}
</style>