Shades of Fern #5DB468
Tints of Fern #5DB468
RGB
CMYK
RGB Variations
Color information
#5DB468 (or 0x5DB468) is known color: Fern. HEX triplet: 5D, B4 and 68. RGB value is (93,180,104). Sum of RGB (Red+Green+Blue) = 93+180+104=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB468 is #A24B97. Grayscale: #919191. Windows color (decimal): -10636184 or 6861917. OLE color: 6861917.
HSL color Cylindrical-coordinate representation of color #5DB468: hue angle of 127.59º 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 #5DB468 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 104 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.29 |
| HSL | 127.59º | 0.37% | 0.54% | - |
| HSV(B) | 127.59º | 0.48% | 0.71% | - |
| XYZ | 23.33 | 35.97 | 18.81 | - |
| YUV | 145.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 104 | 0.48 | 0 | 0.42 | 0.29 | 127.59 | 0.37 | 0.54 |
| Hex | 5D | B4 | 68 | 30 | 0 | 2A | 1D | 80 | 25 | 36 |
| Octal | 135 | 264 | 150 | 60 | 0 | 52 | 35 | 200 | 45 | 66 |
| Binary | 1011101 | 10110100 | 1101000 | 110000 | 0 | 101010 | 11101 | 10000000 | 100101 | 110110 |
Color Harmonies of #5DB468
Complementary color
Monochromatic Colors of #5DB468
Black with #5DB468
Text Example
Text Example
White with #5DB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB468; }
p { color: rgb(93,180,104); }
H1.HeaderClassName
{
color: #5DB468;
}
.AnyTagClassName
{
color: #5DB468;
}
</style>
background-color css
<style>
a { background-color: #5DB468; }
a { background-color: rgb(93,180,104); }
div.DivClassName
{
background-color: #5DB468;
}
.BgClassName
{
background-color: #5DB468;
}
</style>
border-color css
<style>
span { border-color: #5DB468; }
span { border-color: rgb(93,180,104); }
td.TdClassName
{
border-color: #5DB468;
}
.TagClassName
{
border-color: #5DB468;
}
</style>