Shades of Fern #5DB465
Tints of Fern #5DB465
RGB
CMYK
RGB Variations
Color information
#5DB465 (or 0x5DB465) is known color: Fern. HEX triplet: 5D, B4 and 65. RGB value is (93,180,101). Sum of RGB (Red+Green+Blue) = 93+180+101=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB465 is #A24B9A. Grayscale: #919191. Windows color (decimal): -10636187 or 6665309. OLE color: 6665309.
HSL color Cylindrical-coordinate representation of color #5DB465: hue angle of 125.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB465 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 101 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.29 |
| HSL | 125.52º | 0.37% | 0.54% | - |
| HSV(B) | 125.52º | 0.48% | 0.71% | - |
| XYZ | 23.18 | 35.91 | 18.02 | - |
| YUV | 144.98 | 103.18 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 101 | 0.48 | 0 | 0.44 | 0.29 | 125.52 | 0.37 | 0.54 |
| Hex | 5D | B4 | 65 | 30 | 0 | 2C | 1D | 7E | 25 | 36 |
| Octal | 135 | 264 | 145 | 60 | 0 | 54 | 35 | 176 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1100101 | 110000 | 0 | 101100 | 11101 | 1111110 | 100101 | 110110 |
Color Harmonies of #5DB465
Complementary color
Monochromatic Colors of #5DB465
Black with #5DB465
Text Example
Text Example
White with #5DB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB465; }
p { color: rgb(93,180,101); }
H1.HeaderClassName
{
color: #5DB465;
}
.AnyTagClassName
{
color: #5DB465;
}
</style>
background-color css
<style>
a { background-color: #5DB465; }
a { background-color: rgb(93,180,101); }
div.DivClassName
{
background-color: #5DB465;
}
.BgClassName
{
background-color: #5DB465;
}
</style>
border-color css
<style>
span { border-color: #5DB465; }
span { border-color: rgb(93,180,101); }
td.TdClassName
{
border-color: #5DB465;
}
.TagClassName
{
border-color: #5DB465;
}
</style>