Shades of Fern #5DB35B
Tints of Fern #5DB35B
RGB
CMYK
RGB Variations
Color information
#5DB35B (or 0x5DB35B) is known color: Fern. HEX triplet: 5D, B3 and 5B. RGB value is (93,179,91). Sum of RGB (Red+Green+Blue) = 93+179+91=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB35B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB35B is #A24CA4. Grayscale: #8F8F8F. Windows color (decimal): -10636453 or 6009693. OLE color: 6009693.
HSL color Cylindrical-coordinate representation of color #5DB35B: hue angle of 118.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB35B is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 91 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.30 |
| HSL | 118.64º | 0.37% | 0.53% | - |
| HSV(B) | 118.64º | 0.49% | 0.7% | - |
| XYZ | 22.52 | 35.32 | 15.53 | - |
| YUV | 143.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 91 | 0.48 | 0 | 0.49 | 0.30 | 118.64 | 0.37 | 0.53 |
| Hex | 5D | B3 | 5B | 30 | 0 | 31 | 1E | 77 | 25 | 35 |
| Octal | 135 | 263 | 133 | 60 | 0 | 61 | 36 | 167 | 45 | 65 |
| Binary | 1011101 | 10110011 | 1011011 | 110000 | 0 | 110001 | 11110 | 1110111 | 100101 | 110101 |
Color Harmonies of #5DB35B
Complementary color
Monochromatic Colors of #5DB35B
Black with #5DB35B
Text Example
Text Example
White with #5DB35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB35B; }
p { color: rgb(93,179,91); }
H1.HeaderClassName
{
color: #5DB35B;
}
.AnyTagClassName
{
color: #5DB35B;
}
</style>
background-color css
<style>
a { background-color: #5DB35B; }
a { background-color: rgb(93,179,91); }
div.DivClassName
{
background-color: #5DB35B;
}
.BgClassName
{
background-color: #5DB35B;
}
</style>
border-color css
<style>
span { border-color: #5DB35B; }
span { border-color: rgb(93,179,91); }
td.TdClassName
{
border-color: #5DB35B;
}
.TagClassName
{
border-color: #5DB35B;
}
</style>