Shades of Fern #5DC070
Tints of Fern #5DC070
RGB
CMYK
RGB Variations
Color information
#5DC070 (or 0x5DC070) is known color: Fern. HEX triplet: 5D, C0 and 70. RGB value is (93,192,112). Sum of RGB (Red+Green+Blue) = 93+192+112=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC070 is #A23F8F. Grayscale: #999999. Windows color (decimal): -10633104 or 7389277. OLE color: 7389277.
HSL color Cylindrical-coordinate representation of color #5DC070: hue angle of 131.52º 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 #5DC070 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 112 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.25 |
| HSL | 131.52º | 0.44% | 0.56% | - |
| HSV(B) | 131.52º | 0.52% | 0.75% | - |
| XYZ | 26.29 | 41.2 | 21.9 | - |
| YUV | 153.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 112 | 0.52 | 0 | 0.42 | 0.25 | 131.52 | 0.44 | 0.56 |
| Hex | 5D | C0 | 70 | 34 | 0 | 2A | 19 | 84 | 2C | 38 |
| Octal | 135 | 300 | 160 | 64 | 0 | 52 | 31 | 204 | 54 | 70 |
| Binary | 1011101 | 11000000 | 1110000 | 110100 | 0 | 101010 | 11001 | 10000100 | 101100 | 111000 |
Color Harmonies of #5DC070
Complementary color
Monochromatic Colors of #5DC070
Black with #5DC070
Text Example
Text Example
White with #5DC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC070; }
p { color: rgb(93,192,112); }
H1.HeaderClassName
{
color: #5DC070;
}
.AnyTagClassName
{
color: #5DC070;
}
</style>
background-color css
<style>
a { background-color: #5DC070; }
a { background-color: rgb(93,192,112); }
div.DivClassName
{
background-color: #5DC070;
}
.BgClassName
{
background-color: #5DC070;
}
</style>
border-color css
<style>
span { border-color: #5DC070; }
span { border-color: rgb(93,192,112); }
td.TdClassName
{
border-color: #5DC070;
}
.TagClassName
{
border-color: #5DC070;
}
</style>