Shades of Emerald #5DCF74
Tints of Emerald #5DCF74
RGB
CMYK
RGB Variations
Color information
#5DCF74 (or 0x5DCF74) is known color: Emerald. HEX triplet: 5D, CF and 74. RGB value is (93,207,116). Sum of RGB (Red+Green+Blue) = 93+207+116=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCF74 is #A2308B. Grayscale: #A2A2A2. Windows color (decimal): -10629260 or 7655261. OLE color: 7655261.
HSL color Cylindrical-coordinate representation of color #5DCF74: hue angle of 132.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCF74 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 116 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.19 |
| HSL | 132.11º | 0.54% | 0.59% | - |
| HSV(B) | 132.11º | 0.55% | 0.81% | - |
| XYZ | 29.98 | 48.21 | 24.25 | - |
| YUV | 162.54 | 101.73 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 116 | 0.55 | 0 | 0.44 | 0.19 | 132.11 | 0.54 | 0.59 |
| Hex | 5D | CF | 74 | 37 | 0 | 2C | 13 | 84 | 36 | 3B |
| Octal | 135 | 317 | 164 | 67 | 0 | 54 | 23 | 204 | 66 | 73 |
| Binary | 1011101 | 11001111 | 1110100 | 110111 | 0 | 101100 | 10011 | 10000100 | 110110 | 111011 |
Color Harmonies of #5DCF74
Complementary color
Monochromatic Colors of #5DCF74
Black with #5DCF74
Text Example
Text Example
White with #5DCF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF74; }
p { color: rgb(93,207,116); }
H1.HeaderClassName
{
color: #5DCF74;
}
.AnyTagClassName
{
color: #5DCF74;
}
</style>
background-color css
<style>
a { background-color: #5DCF74; }
a { background-color: rgb(93,207,116); }
div.DivClassName
{
background-color: #5DCF74;
}
.BgClassName
{
background-color: #5DCF74;
}
</style>
border-color css
<style>
span { border-color: #5DCF74; }
span { border-color: rgb(93,207,116); }
td.TdClassName
{
border-color: #5DCF74;
}
.TagClassName
{
border-color: #5DCF74;
}
</style>