Shades of Emerald #5CCF7A
Tints of Emerald #5CCF7A
RGB
CMYK
RGB Variations
Color information
#5CCF7A (or 0x5CCF7A) is known color: Emerald. HEX triplet: 5C, CF and 7A. RGB value is (92,207,122). Sum of RGB (Red+Green+Blue) = 92+207+122=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCF7A is #A33085. Grayscale: #A3A3A3. Windows color (decimal): -10694790 or 8048476. OLE color: 8048476.
HSL color Cylindrical-coordinate representation of color #5CCF7A: hue angle of 135.65º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCF7A is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 122 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.19 |
| HSL | 135.65º | 0.55% | 0.59% | - |
| HSV(B) | 135.65º | 0.56% | 0.81% | - |
| XYZ | 30.24 | 48.31 | 26.14 | - |
| YUV | 162.93 | 104.9 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 122 | 0.56 | 0 | 0.41 | 0.19 | 135.65 | 0.55 | 0.59 |
| Hex | 5C | CF | 7A | 38 | 0 | 29 | 13 | 88 | 37 | 3B |
| Octal | 134 | 317 | 172 | 70 | 0 | 51 | 23 | 210 | 67 | 73 |
| Binary | 1011100 | 11001111 | 1111010 | 111000 | 0 | 101001 | 10011 | 10001000 | 110111 | 111011 |
Color Harmonies of #5CCF7A
Complementary color
Monochromatic Colors of #5CCF7A
Black with #5CCF7A
Text Example
Text Example
White with #5CCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCF7A; }
p { color: rgb(92,207,122); }
H1.HeaderClassName
{
color: #5CCF7A;
}
.AnyTagClassName
{
color: #5CCF7A;
}
</style>
background-color css
<style>
a { background-color: #5CCF7A; }
a { background-color: rgb(92,207,122); }
div.DivClassName
{
background-color: #5CCF7A;
}
.BgClassName
{
background-color: #5CCF7A;
}
</style>
border-color css
<style>
span { border-color: #5CCF7A; }
span { border-color: rgb(92,207,122); }
td.TdClassName
{
border-color: #5CCF7A;
}
.TagClassName
{
border-color: #5CCF7A;
}
</style>