Shades of Fern #5DBA67
Tints of Fern #5DBA67
RGB
CMYK
RGB Variations
Color information
#5DBA67 (or 0x5DBA67) is known color: Fern. HEX triplet: 5D, BA and 67. RGB value is (93,186,103). Sum of RGB (Red+Green+Blue) = 93+186+103=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA67 is #A24598. Grayscale: #949494. Windows color (decimal): -10634649 or 6797917. OLE color: 6797917.
HSL color Cylindrical-coordinate representation of color #5DBA67: hue angle of 126.45º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA67 is Cyan = 0.5, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 103 | - |
| CMYK | 0.5 | 0 | 0.45 | 0.27 |
| HSL | 126.45º | 0.4% | 0.55% | - |
| HSV(B) | 126.45º | 0.5% | 0.73% | - |
| XYZ | 24.52 | 38.42 | 18.96 | - |
| YUV | 148.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 103 | 0.5 | 0 | 0.45 | 0.27 | 126.45 | 0.4 | 0.55 |
| Hex | 5D | BA | 67 | 32 | 0 | 2D | 1B | 7E | 28 | 37 |
| Octal | 135 | 272 | 147 | 62 | 0 | 55 | 33 | 176 | 50 | 67 |
| Binary | 1011101 | 10111010 | 1100111 | 110010 | 0 | 101101 | 11011 | 1111110 | 101000 | 110111 |
Color Harmonies of #5DBA67
Complementary color
Monochromatic Colors of #5DBA67
Black with #5DBA67
Text Example
Text Example
White with #5DBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA67; }
p { color: rgb(93,186,103); }
H1.HeaderClassName
{
color: #5DBA67;
}
.AnyTagClassName
{
color: #5DBA67;
}
</style>
background-color css
<style>
a { background-color: #5DBA67; }
a { background-color: rgb(93,186,103); }
div.DivClassName
{
background-color: #5DBA67;
}
.BgClassName
{
background-color: #5DBA67;
}
</style>
border-color css
<style>
span { border-color: #5DBA67; }
span { border-color: rgb(93,186,103); }
td.TdClassName
{
border-color: #5DBA67;
}
.TagClassName
{
border-color: #5DBA67;
}
</style>