Shades of Fern #5DB066
Tints of Fern #5DB066
RGB
CMYK
RGB Variations
Color information
#5DB066 (or 0x5DB066) is known color: Fern. HEX triplet: 5D, B0 and 66. RGB value is (93,176,102). Sum of RGB (Red+Green+Blue) = 93+176+102=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB066 is #A24F99. Grayscale: #8E8E8E. Windows color (decimal): -10637210 or 6729821. OLE color: 6729821.
HSL color Cylindrical-coordinate representation of color #5DB066: hue angle of 126.51º 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 #5DB066 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 102 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.31 |
| HSL | 126.51º | 0.34% | 0.53% | - |
| HSV(B) | 126.51º | 0.47% | 0.69% | - |
| XYZ | 22.44 | 34.34 | 18.02 | - |
| YUV | 142.75 | 105 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 102 | 0.47 | 0 | 0.42 | 0.31 | 126.51 | 0.34 | 0.53 |
| Hex | 5D | B0 | 66 | 2F | 0 | 2A | 1F | 7F | 22 | 35 |
| Octal | 135 | 260 | 146 | 57 | 0 | 52 | 37 | 177 | 42 | 65 |
| Binary | 1011101 | 10110000 | 1100110 | 101111 | 0 | 101010 | 11111 | 1111111 | 100010 | 110101 |
Color Harmonies of #5DB066
Complementary color
Monochromatic Colors of #5DB066
Black with #5DB066
Text Example
Text Example
White with #5DB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB066; }
p { color: rgb(93,176,102); }
H1.HeaderClassName
{
color: #5DB066;
}
.AnyTagClassName
{
color: #5DB066;
}
</style>
background-color css
<style>
a { background-color: #5DB066; }
a { background-color: rgb(93,176,102); }
div.DivClassName
{
background-color: #5DB066;
}
.BgClassName
{
background-color: #5DB066;
}
</style>
border-color css
<style>
span { border-color: #5DB066; }
span { border-color: rgb(93,176,102); }
td.TdClassName
{
border-color: #5DB066;
}
.TagClassName
{
border-color: #5DB066;
}
</style>