Shades of Fern #5DB369
Tints of Fern #5DB369
RGB
CMYK
RGB Variations
Color information
#5DB369 (or 0x5DB369) is known color: Fern. HEX triplet: 5D, B3 and 69. RGB value is (93,179,105). Sum of RGB (Red+Green+Blue) = 93+179+105=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB369 is #A24C96. Grayscale: #919191. Windows color (decimal): -10636439 or 6927197. OLE color: 6927197.
HSL color Cylindrical-coordinate representation of color #5DB369: hue angle of 128.37º 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 #5DB369 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 105 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.30 |
| HSL | 128.37º | 0.36% | 0.53% | - |
| HSV(B) | 128.37º | 0.48% | 0.7% | - |
| XYZ | 23.18 | 35.59 | 19.01 | - |
| YUV | 144.85 | 105.51 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 105 | 0.48 | 0 | 0.41 | 0.30 | 128.37 | 0.36 | 0.53 |
| Hex | 5D | B3 | 69 | 30 | 0 | 29 | 1E | 80 | 24 | 35 |
| Octal | 135 | 263 | 151 | 60 | 0 | 51 | 36 | 200 | 44 | 65 |
| Binary | 1011101 | 10110011 | 1101001 | 110000 | 0 | 101001 | 11110 | 10000000 | 100100 | 110101 |
Color Harmonies of #5DB369
Complementary color
Monochromatic Colors of #5DB369
Black with #5DB369
Text Example
Text Example
White with #5DB369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB369; }
p { color: rgb(93,179,105); }
H1.HeaderClassName
{
color: #5DB369;
}
.AnyTagClassName
{
color: #5DB369;
}
</style>
background-color css
<style>
a { background-color: #5DB369; }
a { background-color: rgb(93,179,105); }
div.DivClassName
{
background-color: #5DB369;
}
.BgClassName
{
background-color: #5DB369;
}
</style>
border-color css
<style>
span { border-color: #5DB369; }
span { border-color: rgb(93,179,105); }
td.TdClassName
{
border-color: #5DB369;
}
.TagClassName
{
border-color: #5DB369;
}
</style>