Shades of Fern #5DC770
Tints of Fern #5DC770
RGB
CMYK
RGB Variations
Color information
#5DC770 (or 0x5DC770) is known color: Fern. HEX triplet: 5D, C7 and 70. RGB value is (93,199,112). Sum of RGB (Red+Green+Blue) = 93+199+112=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC770 is #A2388F. Grayscale: #9D9D9D. Windows color (decimal): -10631312 or 7391069. OLE color: 7391069.
HSL color Cylindrical-coordinate representation of color #5DC770: hue angle of 130.75º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC770 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 199 | 112 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.22 |
| HSL | 130.75º | 0.49% | 0.57% | - |
| HSV(B) | 130.75º | 0.53% | 0.78% | - |
| XYZ | 27.86 | 44.34 | 22.42 | - |
| YUV | 157.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 199 | 112 | 0.53 | 0 | 0.44 | 0.22 | 130.75 | 0.49 | 0.57 |
| Hex | 5D | C7 | 70 | 35 | 0 | 2C | 16 | 83 | 31 | 39 |
| Octal | 135 | 307 | 160 | 65 | 0 | 54 | 26 | 203 | 61 | 71 |
| Binary | 1011101 | 11000111 | 1110000 | 110101 | 0 | 101100 | 10110 | 10000011 | 110001 | 111001 |
Color Harmonies of #5DC770
Complementary color
Monochromatic Colors of #5DC770
Black with #5DC770
Text Example
Text Example
White with #5DC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC770; }
p { color: rgb(93,199,112); }
H1.HeaderClassName
{
color: #5DC770;
}
.AnyTagClassName
{
color: #5DC770;
}
</style>
background-color css
<style>
a { background-color: #5DC770; }
a { background-color: rgb(93,199,112); }
div.DivClassName
{
background-color: #5DC770;
}
.BgClassName
{
background-color: #5DC770;
}
</style>
border-color css
<style>
span { border-color: #5DC770; }
span { border-color: rgb(93,199,112); }
td.TdClassName
{
border-color: #5DC770;
}
.TagClassName
{
border-color: #5DC770;
}
</style>