Shades of Emerald #5FC680
Tints of Emerald #5FC680
RGB
CMYK
RGB Variations
Color information
#5FC680 (or 0x5FC680) is known color: Emerald. HEX triplet: 5F, C6 and 80. RGB value is (95,198,128). Sum of RGB (Red+Green+Blue) = 95+198+128=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC680 is #A0397F. Grayscale: #9F9F9F. Windows color (decimal): -10500480 or 8439391. OLE color: 8439391.
HSL color Cylindrical-coordinate representation of color #5FC680: hue angle of 139.22º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC680 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 198 | 128 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.22 |
| HSL | 139.22º | 0.47% | 0.57% | - |
| HSV(B) | 139.22º | 0.52% | 0.78% | - |
| XYZ | 28.81 | 44.38 | 27.47 | - |
| YUV | 159.22 | 110.38 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 198 | 128 | 0.52 | 0 | 0.35 | 0.22 | 139.22 | 0.47 | 0.57 |
| Hex | 5F | C6 | 80 | 34 | 0 | 23 | 16 | 8B | 2F | 39 |
| Octal | 137 | 306 | 200 | 64 | 0 | 43 | 26 | 213 | 57 | 71 |
| Binary | 1011111 | 11000110 | 10000000 | 110100 | 0 | 100011 | 10110 | 10001011 | 101111 | 111001 |
Color Harmonies of #5FC680
Complementary color
Monochromatic Colors of #5FC680
Black with #5FC680
Text Example
Text Example
White with #5FC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC680; }
p { color: rgb(95,198,128); }
H1.HeaderClassName
{
color: #5FC680;
}
.AnyTagClassName
{
color: #5FC680;
}
</style>
background-color css
<style>
a { background-color: #5FC680; }
a { background-color: rgb(95,198,128); }
div.DivClassName
{
background-color: #5FC680;
}
.BgClassName
{
background-color: #5FC680;
}
</style>
border-color css
<style>
span { border-color: #5FC680; }
span { border-color: rgb(95,198,128); }
td.TdClassName
{
border-color: #5FC680;
}
.TagClassName
{
border-color: #5FC680;
}
</style>