Shades of Emerald #5FCC78
Tints of Emerald #5FCC78
RGB
CMYK
RGB Variations
Color information
#5FCC78 (or 0x5FCC78) is known color: Emerald. HEX triplet: 5F, CC and 78. RGB value is (95,204,120). Sum of RGB (Red+Green+Blue) = 95+204+120=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC78 is #A03387. Grayscale: #A2A2A2. Windows color (decimal): -10498952 or 7916639. OLE color: 7916639.
HSL color Cylindrical-coordinate representation of color #5FCC78: hue angle of 133.76º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCC78 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 120 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.2 |
| HSL | 133.76º | 0.52% | 0.59% | - |
| HSV(B) | 133.76º | 0.53% | 0.8% | - |
| XYZ | 29.7 | 46.97 | 25.27 | - |
| YUV | 161.83 | 104.39 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 120 | 0.53 | 0 | 0.41 | 0.2 | 133.76 | 0.52 | 0.59 |
| Hex | 5F | CC | 78 | 35 | 0 | 29 | 14 | 86 | 34 | 3B |
| Octal | 137 | 314 | 170 | 65 | 0 | 51 | 24 | 206 | 64 | 73 |
| Binary | 1011111 | 11001100 | 1111000 | 110101 | 0 | 101001 | 10100 | 10000110 | 110100 | 111011 |
Color Harmonies of #5FCC78
Complementary color
Monochromatic Colors of #5FCC78
Black with #5FCC78
Text Example
Text Example
White with #5FCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC78; }
p { color: rgb(95,204,120); }
H1.HeaderClassName
{
color: #5FCC78;
}
.AnyTagClassName
{
color: #5FCC78;
}
</style>
background-color css
<style>
a { background-color: #5FCC78; }
a { background-color: rgb(95,204,120); }
div.DivClassName
{
background-color: #5FCC78;
}
.BgClassName
{
background-color: #5FCC78;
}
</style>
border-color css
<style>
span { border-color: #5FCC78; }
span { border-color: rgb(95,204,120); }
td.TdClassName
{
border-color: #5FCC78;
}
.TagClassName
{
border-color: #5FCC78;
}
</style>