Shades of Emerald #5FCC75
Tints of Emerald #5FCC75
RGB
CMYK
RGB Variations
Color information
#5FCC75 (or 0x5FCC75) is known color: Emerald. HEX triplet: 5F, CC and 75. RGB value is (95,204,117). Sum of RGB (Red+Green+Blue) = 95+204+117=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC75 is #A0338A. Grayscale: #A1A1A1. Windows color (decimal): -10498955 or 7720031. OLE color: 7720031.
HSL color Cylindrical-coordinate representation of color #5FCC75: hue angle of 132.11º 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 #5FCC75 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 117 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.2 |
| HSL | 132.11º | 0.52% | 0.59% | - |
| HSV(B) | 132.11º | 0.53% | 0.8% | - |
| XYZ | 29.52 | 46.9 | 24.33 | - |
| YUV | 161.49 | 102.89 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 117 | 0.53 | 0 | 0.43 | 0.2 | 132.11 | 0.52 | 0.59 |
| Hex | 5F | CC | 75 | 35 | 0 | 2B | 14 | 84 | 34 | 3B |
| Octal | 137 | 314 | 165 | 65 | 0 | 53 | 24 | 204 | 64 | 73 |
| Binary | 1011111 | 11001100 | 1110101 | 110101 | 0 | 101011 | 10100 | 10000100 | 110100 | 111011 |
Color Harmonies of #5FCC75
Complementary color
Monochromatic Colors of #5FCC75
Black with #5FCC75
Text Example
Text Example
White with #5FCC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC75; }
p { color: rgb(95,204,117); }
H1.HeaderClassName
{
color: #5FCC75;
}
.AnyTagClassName
{
color: #5FCC75;
}
</style>
background-color css
<style>
a { background-color: #5FCC75; }
a { background-color: rgb(95,204,117); }
div.DivClassName
{
background-color: #5FCC75;
}
.BgClassName
{
background-color: #5FCC75;
}
</style>
border-color css
<style>
span { border-color: #5FCC75; }
span { border-color: rgb(95,204,117); }
td.TdClassName
{
border-color: #5FCC75;
}
.TagClassName
{
border-color: #5FCC75;
}
</style>