Shades of Emerald #5FC873
Tints of Emerald #5FC873
RGB
CMYK
RGB Variations
Color information
#5FC873 (or 0x5FC873) is known color: Emerald. HEX triplet: 5F, C8 and 73. RGB value is (95,200,115). Sum of RGB (Red+Green+Blue) = 95+200+115=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC873 is #A0378C. Grayscale: #9F9F9F. Windows color (decimal): -10499981 or 7587935. OLE color: 7587935.
HSL color Cylindrical-coordinate representation of color #5FC873: hue angle of 131.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC873 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 115 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.22 |
| HSL | 131.43º | 0.49% | 0.58% | - |
| HSV(B) | 131.43º | 0.53% | 0.78% | - |
| XYZ | 28.47 | 44.98 | 23.4 | - |
| YUV | 158.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 115 | 0.52 | 0 | 0.42 | 0.22 | 131.43 | 0.49 | 0.58 |
| Hex | 5F | C8 | 73 | 34 | 0 | 2A | 16 | 83 | 31 | 3A |
| Octal | 137 | 310 | 163 | 64 | 0 | 52 | 26 | 203 | 61 | 72 |
| Binary | 1011111 | 11001000 | 1110011 | 110100 | 0 | 101010 | 10110 | 10000011 | 110001 | 111010 |
Color Harmonies of #5FC873
Complementary color
Monochromatic Colors of #5FC873
Black with #5FC873
Text Example
Text Example
White with #5FC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC873; }
p { color: rgb(95,200,115); }
H1.HeaderClassName
{
color: #5FC873;
}
.AnyTagClassName
{
color: #5FC873;
}
</style>
background-color css
<style>
a { background-color: #5FC873; }
a { background-color: rgb(95,200,115); }
div.DivClassName
{
background-color: #5FC873;
}
.BgClassName
{
background-color: #5FC873;
}
</style>
border-color css
<style>
span { border-color: #5FC873; }
span { border-color: rgb(95,200,115); }
td.TdClassName
{
border-color: #5FC873;
}
.TagClassName
{
border-color: #5FC873;
}
</style>