Shades of Emerald #5CD07A
Tints of Emerald #5CD07A
RGB
CMYK
RGB Variations
Color information
#5CD07A (or 0x5CD07A) is known color: Emerald. HEX triplet: 5C, D0 and 7A. RGB value is (92,208,122). Sum of RGB (Red+Green+Blue) = 92+208+122=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD07A is #A32F85. Grayscale: #A3A3A3. Windows color (decimal): -10694534 or 8048732. OLE color: 8048732.
HSL color Cylindrical-coordinate representation of color #5CD07A: hue angle of 135.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD07A is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 208 | 122 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.18 |
| HSL | 135.52º | 0.55% | 0.59% | - |
| HSV(B) | 135.52º | 0.56% | 0.82% | - |
| XYZ | 30.48 | 48.79 | 26.22 | - |
| YUV | 163.51 | 104.57 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 208 | 122 | 0.56 | 0 | 0.41 | 0.18 | 135.52 | 0.55 | 0.59 |
| Hex | 5C | D0 | 7A | 38 | 0 | 29 | 12 | 88 | 37 | 3B |
| Octal | 134 | 320 | 172 | 70 | 0 | 51 | 22 | 210 | 67 | 73 |
| Binary | 1011100 | 11010000 | 1111010 | 111000 | 0 | 101001 | 10010 | 10001000 | 110111 | 111011 |
Color Harmonies of #5CD07A
Complementary color
Monochromatic Colors of #5CD07A
Black with #5CD07A
Text Example
Text Example
White with #5CD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD07A; }
p { color: rgb(92,208,122); }
H1.HeaderClassName
{
color: #5CD07A;
}
.AnyTagClassName
{
color: #5CD07A;
}
</style>
background-color css
<style>
a { background-color: #5CD07A; }
a { background-color: rgb(92,208,122); }
div.DivClassName
{
background-color: #5CD07A;
}
.BgClassName
{
background-color: #5CD07A;
}
</style>
border-color css
<style>
span { border-color: #5CD07A; }
span { border-color: rgb(92,208,122); }
td.TdClassName
{
border-color: #5CD07A;
}
.TagClassName
{
border-color: #5CD07A;
}
</style>