Shades of Fern #5DBE5F
Tints of Fern #5DBE5F
RGB
CMYK
RGB Variations
Color information
#5DBE5F (or 0x5DBE5F) is known color: Fern. HEX triplet: 5D, BE and 5F. RGB value is (93,190,95). Sum of RGB (Red+Green+Blue) = 93+190+95=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBE5F is #A241A0. Grayscale: #969696. Windows color (decimal): -10633633 or 6274653. OLE color: 6274653.
HSL color Cylindrical-coordinate representation of color #5DBE5F: hue angle of 121.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBE5F is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 95 | - |
| CMYK | 0.51 | 0 | 0.5 | 0.25 |
| HSL | 121.24º | 0.43% | 0.55% | - |
| HSV(B) | 121.24º | 0.51% | 0.75% | - |
| XYZ | 24.99 | 39.98 | 17.23 | - |
| YUV | 150.17 | 96.86 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 95 | 0.51 | 0 | 0.5 | 0.25 | 121.24 | 0.43 | 0.55 |
| Hex | 5D | BE | 5F | 33 | 0 | 32 | 19 | 79 | 2B | 37 |
| Octal | 135 | 276 | 137 | 63 | 0 | 62 | 31 | 171 | 53 | 67 |
| Binary | 1011101 | 10111110 | 1011111 | 110011 | 0 | 110010 | 11001 | 1111001 | 101011 | 110111 |
Color Harmonies of #5DBE5F
Complementary color
Monochromatic Colors of #5DBE5F
Black with #5DBE5F
Text Example
Text Example
White with #5DBE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE5F; }
p { color: rgb(93,190,95); }
H1.HeaderClassName
{
color: #5DBE5F;
}
.AnyTagClassName
{
color: #5DBE5F;
}
</style>
background-color css
<style>
a { background-color: #5DBE5F; }
a { background-color: rgb(93,190,95); }
div.DivClassName
{
background-color: #5DBE5F;
}
.BgClassName
{
background-color: #5DBE5F;
}
</style>
border-color css
<style>
span { border-color: #5DBE5F; }
span { border-color: rgb(93,190,95); }
td.TdClassName
{
border-color: #5DBE5F;
}
.TagClassName
{
border-color: #5DBE5F;
}
</style>