Shades of Emerald #5CF28D
Tints of Emerald #5CF28D
RGB
CMYK
RGB Variations
Color information
#5CF28D (or 0x5CF28D) is known color: Emerald. HEX triplet: 5C, F2 and 8D. RGB value is (92,242,141). Sum of RGB (Red+Green+Blue) = 92+242+141=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF28D is #A30D72. Grayscale: #B9B9B9. Windows color (decimal): -10685811 or 9302620. OLE color: 9302620.
HSL color Cylindrical-coordinate representation of color #5CF28D: hue angle of 139.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF28D is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 141 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.05 |
| HSL | 139.6º | 0.85% | 0.65% | - |
| HSV(B) | 139.6º | 0.62% | 0.95% | - |
| XYZ | 40.97 | 67.7 | 36.11 | - |
| YUV | 185.64 | 102.81 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 141 | 0.62 | 0 | 0.42 | 0.05 | 139.6 | 0.85 | 0.65 |
| Hex | 5C | F2 | 8D | 3E | 0 | 2A | 5 | 8C | 55 | 41 |
| Octal | 134 | 362 | 215 | 76 | 0 | 52 | 5 | 214 | 125 | 101 |
| Binary | 1011100 | 11110010 | 10001101 | 111110 | 0 | 101010 | 101 | 10001100 | 1010101 | 1000001 |
Color Harmonies of #5CF28D
Complementary color
Monochromatic Colors of #5CF28D
Black with #5CF28D
Text Example
Text Example
White with #5CF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF28D; }
p { color: rgb(92,242,141); }
H1.HeaderClassName
{
color: #5CF28D;
}
.AnyTagClassName
{
color: #5CF28D;
}
</style>
background-color css
<style>
a { background-color: #5CF28D; }
a { background-color: rgb(92,242,141); }
div.DivClassName
{
background-color: #5CF28D;
}
.BgClassName
{
background-color: #5CF28D;
}
</style>
border-color css
<style>
span { border-color: #5CF28D; }
span { border-color: rgb(92,242,141); }
td.TdClassName
{
border-color: #5CF28D;
}
.TagClassName
{
border-color: #5CF28D;
}
</style>