Shades of Emerald #5FCD7B
Tints of Emerald #5FCD7B
RGB
CMYK
RGB Variations
Color information
#5FCD7B (or 0x5FCD7B) is known color: Emerald. HEX triplet: 5F, CD and 7B. RGB value is (95,205,123). Sum of RGB (Red+Green+Blue) = 95+205+123=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD7B is #A03284. Grayscale: #A2A2A2. Windows color (decimal): -10498693 or 8113503. OLE color: 8113503.
HSL color Cylindrical-coordinate representation of color #5FCD7B: hue angle of 135.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCD7B is Cyan = 0.54, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 123 | - |
| CMYK | 0.54 | 0 | 0.4 | 0.20 |
| HSL | 135.27º | 0.52% | 0.59% | - |
| HSV(B) | 135.27º | 0.54% | 0.8% | - |
| XYZ | 30.13 | 47.53 | 26.32 | - |
| YUV | 162.76 | 105.56 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 123 | 0.54 | 0 | 0.4 | 0.20 | 135.27 | 0.52 | 0.59 |
| Hex | 5F | CD | 7B | 36 | 0 | 28 | 14 | 87 | 34 | 3B |
| Octal | 137 | 315 | 173 | 66 | 0 | 50 | 24 | 207 | 64 | 73 |
| Binary | 1011111 | 11001101 | 1111011 | 110110 | 0 | 101000 | 10100 | 10000111 | 110100 | 111011 |
Color Harmonies of #5FCD7B
Complementary color
Monochromatic Colors of #5FCD7B
Black with #5FCD7B
Text Example
Text Example
White with #5FCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD7B; }
p { color: rgb(95,205,123); }
H1.HeaderClassName
{
color: #5FCD7B;
}
.AnyTagClassName
{
color: #5FCD7B;
}
</style>
background-color css
<style>
a { background-color: #5FCD7B; }
a { background-color: rgb(95,205,123); }
div.DivClassName
{
background-color: #5FCD7B;
}
.BgClassName
{
background-color: #5FCD7B;
}
</style>
border-color css
<style>
span { border-color: #5FCD7B; }
span { border-color: rgb(95,205,123); }
td.TdClassName
{
border-color: #5FCD7B;
}
.TagClassName
{
border-color: #5FCD7B;
}
</style>