Shades of Emerald #5CCB83
Tints of Emerald #5CCB83
RGB
CMYK
RGB Variations
Color information
#5CCB83 (or 0x5CCB83) is known color: Emerald. HEX triplet: 5C, CB and 83. RGB value is (92,203,131). Sum of RGB (Red+Green+Blue) = 92+203+131=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCB83 is #A3347C. Grayscale: #A1A1A1. Windows color (decimal): -10695805 or 8637276. OLE color: 8637276.
HSL color Cylindrical-coordinate representation of color #5CCB83: hue angle of 141.08º 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 #5CCB83 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 131 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.20 |
| HSL | 141.08º | 0.52% | 0.58% | - |
| HSV(B) | 141.08º | 0.55% | 0.8% | - |
| XYZ | 29.87 | 46.63 | 28.9 | - |
| YUV | 161.6 | 110.73 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 131 | 0.55 | 0 | 0.35 | 0.20 | 141.08 | 0.52 | 0.58 |
| Hex | 5C | CB | 83 | 37 | 0 | 23 | 14 | 8D | 34 | 3A |
| Octal | 134 | 313 | 203 | 67 | 0 | 43 | 24 | 215 | 64 | 72 |
| Binary | 1011100 | 11001011 | 10000011 | 110111 | 0 | 100011 | 10100 | 10001101 | 110100 | 111010 |
Color Harmonies of #5CCB83
Complementary color
Monochromatic Colors of #5CCB83
Black with #5CCB83
Text Example
Text Example
White with #5CCB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCB83; }
p { color: rgb(92,203,131); }
H1.HeaderClassName
{
color: #5CCB83;
}
.AnyTagClassName
{
color: #5CCB83;
}
</style>
background-color css
<style>
a { background-color: #5CCB83; }
a { background-color: rgb(92,203,131); }
div.DivClassName
{
background-color: #5CCB83;
}
.BgClassName
{
background-color: #5CCB83;
}
</style>
border-color css
<style>
span { border-color: #5CCB83; }
span { border-color: rgb(92,203,131); }
td.TdClassName
{
border-color: #5CCB83;
}
.TagClassName
{
border-color: #5CCB83;
}
</style>