Shades of Fern #5DC470
Tints of Fern #5DC470
RGB
CMYK
RGB Variations
Color information
#5DC470 (or 0x5DC470) is known color: Fern. HEX triplet: 5D, C4 and 70. RGB value is (93,196,112). Sum of RGB (Red+Green+Blue) = 93+196+112=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC470 is #A23B8F. Grayscale: #9B9B9B. Windows color (decimal): -10632080 or 7390301. OLE color: 7390301.
HSL color Cylindrical-coordinate representation of color #5DC470: hue angle of 131.07º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC470 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 112 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.23 |
| HSL | 131.07º | 0.47% | 0.57% | - |
| HSV(B) | 131.07º | 0.53% | 0.77% | - |
| XYZ | 27.18 | 42.98 | 22.19 | - |
| YUV | 155.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 112 | 0.53 | 0 | 0.43 | 0.23 | 131.07 | 0.47 | 0.57 |
| Hex | 5D | C4 | 70 | 35 | 0 | 2B | 17 | 83 | 2F | 39 |
| Octal | 135 | 304 | 160 | 65 | 0 | 53 | 27 | 203 | 57 | 71 |
| Binary | 1011101 | 11000100 | 1110000 | 110101 | 0 | 101011 | 10111 | 10000011 | 101111 | 111001 |
Color Harmonies of #5DC470
Complementary color
Monochromatic Colors of #5DC470
Black with #5DC470
Text Example
Text Example
White with #5DC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC470; }
p { color: rgb(93,196,112); }
H1.HeaderClassName
{
color: #5DC470;
}
.AnyTagClassName
{
color: #5DC470;
}
</style>
background-color css
<style>
a { background-color: #5DC470; }
a { background-color: rgb(93,196,112); }
div.DivClassName
{
background-color: #5DC470;
}
.BgClassName
{
background-color: #5DC470;
}
</style>
border-color css
<style>
span { border-color: #5DC470; }
span { border-color: rgb(93,196,112); }
td.TdClassName
{
border-color: #5DC470;
}
.TagClassName
{
border-color: #5DC470;
}
</style>