Shades of Fern #5DB25D
Tints of Fern #5DB25D
RGB
CMYK
RGB Variations
Color information
#5DB25D (or 0x5DB25D) is known color: Fern. HEX triplet: 5D, B2 and 5D. RGB value is (93,178,93). Sum of RGB (Red+Green+Blue) = 93+178+93=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB25D is #A24DA2. Grayscale: #8F8F8F. Windows color (decimal): -10636707 or 6140509. OLE color: 6140509.
HSL color Cylindrical-coordinate representation of color #5DB25D: hue angle of 120º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB25D is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 93 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.30 |
| HSL | 120º | 0.36% | 0.53% | - |
| HSV(B) | 120º | 0.48% | 0.7% | - |
| XYZ | 22.41 | 34.96 | 15.92 | - |
| YUV | 142.9 | 99.84 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 93 | 0.48 | 0 | 0.48 | 0.30 | 120 | 0.36 | 0.53 |
| Hex | 5D | B2 | 5D | 30 | 0 | 30 | 1E | 78 | 24 | 35 |
| Octal | 135 | 262 | 135 | 60 | 0 | 60 | 36 | 170 | 44 | 65 |
| Binary | 1011101 | 10110010 | 1011101 | 110000 | 0 | 110000 | 11110 | 1111000 | 100100 | 110101 |
Color Harmonies of #5DB25D
Complementary color
Monochromatic Colors of #5DB25D
Black with #5DB25D
Text Example
Text Example
White with #5DB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB25D; }
p { color: rgb(93,178,93); }
H1.HeaderClassName
{
color: #5DB25D;
}
.AnyTagClassName
{
color: #5DB25D;
}
</style>
background-color css
<style>
a { background-color: #5DB25D; }
a { background-color: rgb(93,178,93); }
div.DivClassName
{
background-color: #5DB25D;
}
.BgClassName
{
background-color: #5DB25D;
}
</style>
border-color css
<style>
span { border-color: #5DB25D; }
span { border-color: rgb(93,178,93); }
td.TdClassName
{
border-color: #5DB25D;
}
.TagClassName
{
border-color: #5DB25D;
}
</style>