Shades of Emerald #5FC376
Tints of Emerald #5FC376
RGB
CMYK
RGB Variations
Color information
#5FC376 (or 0x5FC376) is known color: Emerald. HEX triplet: 5F, C3 and 76. RGB value is (95,195,118). Sum of RGB (Red+Green+Blue) = 95+195+118=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC376 is #A03C89. Grayscale: #9C9C9C. Windows color (decimal): -10501258 or 7783263. OLE color: 7783263.
HSL color Cylindrical-coordinate representation of color #5FC376: hue angle of 133.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC376 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 118 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.24 |
| HSL | 133.8º | 0.45% | 0.57% | - |
| HSV(B) | 133.8º | 0.51% | 0.76% | - |
| XYZ | 27.5 | 42.77 | 23.95 | - |
| YUV | 156.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 118 | 0.51 | 0 | 0.39 | 0.24 | 133.8 | 0.45 | 0.57 |
| Hex | 5F | C3 | 76 | 33 | 0 | 27 | 18 | 86 | 2D | 39 |
| Octal | 137 | 303 | 166 | 63 | 0 | 47 | 30 | 206 | 55 | 71 |
| Binary | 1011111 | 11000011 | 1110110 | 110011 | 0 | 100111 | 11000 | 10000110 | 101101 | 111001 |
Color Harmonies of #5FC376
Complementary color
Monochromatic Colors of #5FC376
Black with #5FC376
Text Example
Text Example
White with #5FC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC376; }
p { color: rgb(95,195,118); }
H1.HeaderClassName
{
color: #5FC376;
}
.AnyTagClassName
{
color: #5FC376;
}
</style>
background-color css
<style>
a { background-color: #5FC376; }
a { background-color: rgb(95,195,118); }
div.DivClassName
{
background-color: #5FC376;
}
.BgClassName
{
background-color: #5FC376;
}
</style>
border-color css
<style>
span { border-color: #5FC376; }
span { border-color: rgb(95,195,118); }
td.TdClassName
{
border-color: #5FC376;
}
.TagClassName
{
border-color: #5FC376;
}
</style>