Shades of Emerald #5FCC74
Tints of Emerald #5FCC74
RGB
CMYK
RGB Variations
Color information
#5FCC74 (or 0x5FCC74) is known color: Emerald. HEX triplet: 5F, CC and 74. RGB value is (95,204,116). Sum of RGB (Red+Green+Blue) = 95+204+116=415 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.89% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC74 is #A0338B. Grayscale: #A1A1A1. Windows color (decimal): -10498956 or 7654495. OLE color: 7654495.
HSL color Cylindrical-coordinate representation of color #5FCC74: hue angle of 131.56º 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 #5FCC74 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 116 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.2 |
| HSL | 131.56º | 0.52% | 0.59% | - |
| HSV(B) | 131.56º | 0.53% | 0.8% | - |
| XYZ | 29.46 | 46.88 | 24.02 | - |
| YUV | 161.38 | 102.39 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 116 | 0.53 | 0 | 0.43 | 0.2 | 131.56 | 0.52 | 0.59 |
| Hex | 5F | CC | 74 | 35 | 0 | 2B | 14 | 84 | 34 | 3B |
| Octal | 137 | 314 | 164 | 65 | 0 | 53 | 24 | 204 | 64 | 73 |
| Binary | 1011111 | 11001100 | 1110100 | 110101 | 0 | 101011 | 10100 | 10000100 | 110100 | 111011 |
Color Harmonies of #5FCC74
Complementary color
Monochromatic Colors of #5FCC74
Black with #5FCC74
Text Example
Text Example
White with #5FCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC74; }
p { color: rgb(95,204,116); }
H1.HeaderClassName
{
color: #5FCC74;
}
.AnyTagClassName
{
color: #5FCC74;
}
</style>
background-color css
<style>
a { background-color: #5FCC74; }
a { background-color: rgb(95,204,116); }
div.DivClassName
{
background-color: #5FCC74;
}
.BgClassName
{
background-color: #5FCC74;
}
</style>
border-color css
<style>
span { border-color: #5FCC74; }
span { border-color: rgb(95,204,116); }
td.TdClassName
{
border-color: #5FCC74;
}
.TagClassName
{
border-color: #5FCC74;
}
</style>