Shades of Fern #5DD35A
Tints of Fern #5DD35A
RGB
CMYK
RGB Variations
Color information
#5DD35A (or 0x5DD35A) is known color: Fern. HEX triplet: 5D, D3 and 5A. RGB value is (93,211,90). Sum of RGB (Red+Green+Blue) = 93+211+90=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD35A is #A22CA5. Grayscale: #A2A2A2. Windows color (decimal): -10628262 or 5952349. OLE color: 5952349.
HSL color Cylindrical-coordinate representation of color #5DD35A: hue angle of 118.51º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD35A is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 90 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.17 |
| HSL | 118.51º | 0.58% | 0.59% | - |
| HSV(B) | 118.51º | 0.57% | 0.83% | - |
| XYZ | 29.65 | 49.65 | 17.69 | - |
| YUV | 161.92 | 87.41 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 90 | 0.56 | 0 | 0.57 | 0.17 | 118.51 | 0.58 | 0.59 |
| Hex | 5D | D3 | 5A | 38 | 0 | 39 | 11 | 77 | 3A | 3B |
| Octal | 135 | 323 | 132 | 70 | 0 | 71 | 21 | 167 | 72 | 73 |
| Binary | 1011101 | 11010011 | 1011010 | 111000 | 0 | 111001 | 10001 | 1110111 | 111010 | 111011 |
Color Harmonies of #5DD35A
Complementary color
Monochromatic Colors of #5DD35A
Black with #5DD35A
Text Example
Text Example
White with #5DD35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD35A; }
p { color: rgb(93,211,90); }
H1.HeaderClassName
{
color: #5DD35A;
}
.AnyTagClassName
{
color: #5DD35A;
}
</style>
background-color css
<style>
a { background-color: #5DD35A; }
a { background-color: rgb(93,211,90); }
div.DivClassName
{
background-color: #5DD35A;
}
.BgClassName
{
background-color: #5DD35A;
}
</style>
border-color css
<style>
span { border-color: #5DD35A; }
span { border-color: rgb(93,211,90); }
td.TdClassName
{
border-color: #5DD35A;
}
.TagClassName
{
border-color: #5DD35A;
}
</style>