Shades of Emerald #5FCC7D
Tints of Emerald #5FCC7D
RGB
CMYK
RGB Variations
Color information
#5FCC7D (or 0x5FCC7D) is known color: Emerald. HEX triplet: 5F, CC and 7D. RGB value is (95,204,125). Sum of RGB (Red+Green+Blue) = 95+204+125=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC7D is #A03382. Grayscale: #A2A2A2. Windows color (decimal): -10498947 or 8244319. OLE color: 8244319.
HSL color Cylindrical-coordinate representation of color #5FCC7D: hue angle of 136.51º 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 #5FCC7D is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 125 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.2 |
| HSL | 136.51º | 0.52% | 0.59% | - |
| HSV(B) | 136.51º | 0.53% | 0.8% | - |
| XYZ | 30.01 | 47.1 | 26.91 | - |
| YUV | 162.4 | 106.89 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 125 | 0.53 | 0 | 0.39 | 0.2 | 136.51 | 0.52 | 0.59 |
| Hex | 5F | CC | 7D | 35 | 0 | 27 | 14 | 89 | 34 | 3B |
| Octal | 137 | 314 | 175 | 65 | 0 | 47 | 24 | 211 | 64 | 73 |
| Binary | 1011111 | 11001100 | 1111101 | 110101 | 0 | 100111 | 10100 | 10001001 | 110100 | 111011 |
Color Harmonies of #5FCC7D
Complementary color
Monochromatic Colors of #5FCC7D
Black with #5FCC7D
Text Example
Text Example
White with #5FCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC7D; }
p { color: rgb(95,204,125); }
H1.HeaderClassName
{
color: #5FCC7D;
}
.AnyTagClassName
{
color: #5FCC7D;
}
</style>
background-color css
<style>
a { background-color: #5FCC7D; }
a { background-color: rgb(95,204,125); }
div.DivClassName
{
background-color: #5FCC7D;
}
.BgClassName
{
background-color: #5FCC7D;
}
</style>
border-color css
<style>
span { border-color: #5FCC7D; }
span { border-color: rgb(95,204,125); }
td.TdClassName
{
border-color: #5FCC7D;
}
.TagClassName
{
border-color: #5FCC7D;
}
</style>