Shades of Fern #5DD358
Tints of Fern #5DD358
RGB
CMYK
RGB Variations
Color information
#5DD358 (or 0x5DD358) is known color: Fern. HEX triplet: 5D, D3 and 58. RGB value is (93,211,88). Sum of RGB (Red+Green+Blue) = 93+211+88=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 211 (82.81% from 255 or 53.83% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD358 is #A22CA7. Grayscale: #A2A2A2. Windows color (decimal): -10628264 or 5821277. OLE color: 5821277.
HSL color Cylindrical-coordinate representation of color #5DD358: hue angle of 117.56º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DD358 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 88 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.17 |
| HSL | 117.56º | 0.58% | 0.59% | - |
| HSV(B) | 117.56º | 0.58% | 0.83% | - |
| XYZ | 29.57 | 49.62 | 17.25 | - |
| YUV | 161.7 | 86.41 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 88 | 0.56 | 0 | 0.58 | 0.17 | 117.56 | 0.58 | 0.59 |
| Hex | 5D | D3 | 58 | 38 | 0 | 3A | 11 | 76 | 3A | 3B |
| Octal | 135 | 323 | 130 | 70 | 0 | 72 | 21 | 166 | 72 | 73 |
| Binary | 1011101 | 11010011 | 1011000 | 111000 | 0 | 111010 | 10001 | 1110110 | 111010 | 111011 |
Color Harmonies of #5DD358
Complementary color
Monochromatic Colors of #5DD358
Black with #5DD358
Text Example
Text Example
White with #5DD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD358; }
p { color: rgb(93,211,88); }
H1.HeaderClassName
{
color: #5DD358;
}
.AnyTagClassName
{
color: #5DD358;
}
</style>
background-color css
<style>
a { background-color: #5DD358; }
a { background-color: rgb(93,211,88); }
div.DivClassName
{
background-color: #5DD358;
}
.BgClassName
{
background-color: #5DD358;
}
</style>
border-color css
<style>
span { border-color: #5DD358; }
span { border-color: rgb(93,211,88); }
td.TdClassName
{
border-color: #5DD358;
}
.TagClassName
{
border-color: #5DD358;
}
</style>