Shades of Fern #5DB069
Tints of Fern #5DB069
RGB
CMYK
RGB Variations
Color information
#5DB069 (or 0x5DB069) is known color: Fern. HEX triplet: 5D, B0 and 69. RGB value is (93,176,105). Sum of RGB (Red+Green+Blue) = 93+176+105=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB069 is #A24F96. Grayscale: #8F8F8F. Windows color (decimal): -10637207 or 6926429. OLE color: 6926429.
HSL color Cylindrical-coordinate representation of color #5DB069: hue angle of 128.67º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB069 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 105 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.31 |
| HSL | 128.67º | 0.34% | 0.53% | - |
| HSV(B) | 128.67º | 0.47% | 0.69% | - |
| XYZ | 22.59 | 34.4 | 18.81 | - |
| YUV | 143.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 105 | 0.47 | 0 | 0.40 | 0.31 | 128.67 | 0.34 | 0.53 |
| Hex | 5D | B0 | 69 | 2F | 0 | 28 | 1F | 81 | 22 | 35 |
| Octal | 135 | 260 | 151 | 57 | 0 | 50 | 37 | 201 | 42 | 65 |
| Binary | 1011101 | 10110000 | 1101001 | 101111 | 0 | 101000 | 11111 | 10000001 | 100010 | 110101 |
Color Harmonies of #5DB069
Complementary color
Monochromatic Colors of #5DB069
Black with #5DB069
Text Example
Text Example
White with #5DB069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB069; }
p { color: rgb(93,176,105); }
H1.HeaderClassName
{
color: #5DB069;
}
.AnyTagClassName
{
color: #5DB069;
}
</style>
background-color css
<style>
a { background-color: #5DB069; }
a { background-color: rgb(93,176,105); }
div.DivClassName
{
background-color: #5DB069;
}
.BgClassName
{
background-color: #5DB069;
}
</style>
border-color css
<style>
span { border-color: #5DB069; }
span { border-color: rgb(93,176,105); }
td.TdClassName
{
border-color: #5DB069;
}
.TagClassName
{
border-color: #5DB069;
}
</style>