Shades of Fern #5DC074
Tints of Fern #5DC074
RGB
CMYK
RGB Variations
Color information
#5DC074 (or 0x5DC074) is known color: Fern. HEX triplet: 5D, C0 and 74. RGB value is (93,192,116). Sum of RGB (Red+Green+Blue) = 93+192+116=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC074 is #A23F8B. Grayscale: #999999. Windows color (decimal): -10633100 or 7651421. OLE color: 7651421.
HSL color Cylindrical-coordinate representation of color #5DC074: hue angle of 133.94º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC074 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 116 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.25 |
| HSL | 133.94º | 0.44% | 0.56% | - |
| HSV(B) | 133.94º | 0.52% | 0.75% | - |
| XYZ | 26.52 | 41.29 | 23.09 | - |
| YUV | 153.74 | 106.7 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 116 | 0.52 | 0 | 0.40 | 0.25 | 133.94 | 0.44 | 0.56 |
| Hex | 5D | C0 | 74 | 34 | 0 | 28 | 19 | 86 | 2C | 38 |
| Octal | 135 | 300 | 164 | 64 | 0 | 50 | 31 | 206 | 54 | 70 |
| Binary | 1011101 | 11000000 | 1110100 | 110100 | 0 | 101000 | 11001 | 10000110 | 101100 | 111000 |
Color Harmonies of #5DC074
Complementary color
Monochromatic Colors of #5DC074
Black with #5DC074
Text Example
Text Example
White with #5DC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC074; }
p { color: rgb(93,192,116); }
H1.HeaderClassName
{
color: #5DC074;
}
.AnyTagClassName
{
color: #5DC074;
}
</style>
background-color css
<style>
a { background-color: #5DC074; }
a { background-color: rgb(93,192,116); }
div.DivClassName
{
background-color: #5DC074;
}
.BgClassName
{
background-color: #5DC074;
}
</style>
border-color css
<style>
span { border-color: #5DC074; }
span { border-color: rgb(93,192,116); }
td.TdClassName
{
border-color: #5DC074;
}
.TagClassName
{
border-color: #5DC074;
}
</style>