Shades of Fern #5DD75A
Tints of Fern #5DD75A
RGB
CMYK
RGB Variations
Color information
#5DD75A (or 0x5DD75A) is known color: Fern. HEX triplet: 5D, D7 and 5A. RGB value is (93,215,90). Sum of RGB (Red+Green+Blue) = 93+215+90=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD75A is #A228A5. Grayscale: #A4A4A4. Windows color (decimal): -10627238 or 5953373. OLE color: 5953373.
HSL color Cylindrical-coordinate representation of color #5DD75A: hue angle of 118.56º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DD75A is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 90 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.16 |
| HSL | 118.56º | 0.61% | 0.6% | - |
| HSV(B) | 118.56º | 0.58% | 0.84% | - |
| XYZ | 30.66 | 51.67 | 18.03 | - |
| YUV | 164.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 90 | 0.57 | 0 | 0.58 | 0.16 | 118.56 | 0.61 | 0.6 |
| Hex | 5D | D7 | 5A | 39 | 0 | 3A | 10 | 77 | 3D | 3C |
| Octal | 135 | 327 | 132 | 71 | 0 | 72 | 20 | 167 | 75 | 74 |
| Binary | 1011101 | 11010111 | 1011010 | 111001 | 0 | 111010 | 10000 | 1110111 | 111101 | 111100 |
Color Harmonies of #5DD75A
Complementary color
Monochromatic Colors of #5DD75A
Black with #5DD75A
Text Example
Text Example
White with #5DD75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD75A; }
p { color: rgb(93,215,90); }
H1.HeaderClassName
{
color: #5DD75A;
}
.AnyTagClassName
{
color: #5DD75A;
}
</style>
background-color css
<style>
a { background-color: #5DD75A; }
a { background-color: rgb(93,215,90); }
div.DivClassName
{
background-color: #5DD75A;
}
.BgClassName
{
background-color: #5DD75A;
}
</style>
border-color css
<style>
span { border-color: #5DD75A; }
span { border-color: rgb(93,215,90); }
td.TdClassName
{
border-color: #5DD75A;
}
.TagClassName
{
border-color: #5DD75A;
}
</style>