Shades of Emerald #5CCC7F
Tints of Emerald #5CCC7F
RGB
CMYK
RGB Variations
Color information
#5CCC7F (or 0x5CCC7F) is known color: Emerald. HEX triplet: 5C, CC and 7F. RGB value is (92,204,127). Sum of RGB (Red+Green+Blue) = 92+204+127=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCC7F is #A33380. Grayscale: #A1A1A1. Windows color (decimal): -10695553 or 8375388. OLE color: 8375388.
HSL color Cylindrical-coordinate representation of color #5CCC7F: hue angle of 138.75º 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 #5CCC7F is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 127 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.2 |
| HSL | 138.75º | 0.52% | 0.58% | - |
| HSV(B) | 138.75º | 0.55% | 0.8% | - |
| XYZ | 29.84 | 46.99 | 27.58 | - |
| YUV | 161.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 127 | 0.55 | 0 | 0.38 | 0.2 | 138.75 | 0.52 | 0.58 |
| Hex | 5C | CC | 7F | 37 | 0 | 26 | 14 | 8B | 34 | 3A |
| Octal | 134 | 314 | 177 | 67 | 0 | 46 | 24 | 213 | 64 | 72 |
| Binary | 1011100 | 11001100 | 1111111 | 110111 | 0 | 100110 | 10100 | 10001011 | 110100 | 111010 |
Color Harmonies of #5CCC7F
Complementary color
Monochromatic Colors of #5CCC7F
Black with #5CCC7F
Text Example
Text Example
White with #5CCC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC7F; }
p { color: rgb(92,204,127); }
H1.HeaderClassName
{
color: #5CCC7F;
}
.AnyTagClassName
{
color: #5CCC7F;
}
</style>
background-color css
<style>
a { background-color: #5CCC7F; }
a { background-color: rgb(92,204,127); }
div.DivClassName
{
background-color: #5CCC7F;
}
.BgClassName
{
background-color: #5CCC7F;
}
</style>
border-color css
<style>
span { border-color: #5CCC7F; }
span { border-color: rgb(92,204,127); }
td.TdClassName
{
border-color: #5CCC7F;
}
.TagClassName
{
border-color: #5CCC7F;
}
</style>