Shades of Fern #5DBB6A
Tints of Fern #5DBB6A
RGB
CMYK
RGB Variations
Color information
#5DBB6A (or 0x5DBB6A) is known color: Fern. HEX triplet: 5D, BB and 6A. RGB value is (93,187,106). Sum of RGB (Red+Green+Blue) = 93+187+106=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBB6A is #A24495. Grayscale: #959595. Windows color (decimal): -10634390 or 6994781. OLE color: 6994781.
HSL color Cylindrical-coordinate representation of color #5DBB6A: hue angle of 128.3º degrees, saturation: 0.41, 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 #5DBB6A is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 106 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.27 |
| HSL | 128.3º | 0.41% | 0.55% | - |
| HSV(B) | 128.3º | 0.5% | 0.73% | - |
| XYZ | 24.89 | 38.91 | 19.83 | - |
| YUV | 149.66 | 103.36 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 106 | 0.50 | 0 | 0.43 | 0.27 | 128.3 | 0.41 | 0.55 |
| Hex | 5D | BB | 6A | 32 | 0 | 2B | 1B | 80 | 29 | 37 |
| Octal | 135 | 273 | 152 | 62 | 0 | 53 | 33 | 200 | 51 | 67 |
| Binary | 1011101 | 10111011 | 1101010 | 110010 | 0 | 101011 | 11011 | 10000000 | 101001 | 110111 |
Color Harmonies of #5DBB6A
Complementary color
Monochromatic Colors of #5DBB6A
Black with #5DBB6A
Text Example
Text Example
White with #5DBB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB6A; }
p { color: rgb(93,187,106); }
H1.HeaderClassName
{
color: #5DBB6A;
}
.AnyTagClassName
{
color: #5DBB6A;
}
</style>
background-color css
<style>
a { background-color: #5DBB6A; }
a { background-color: rgb(93,187,106); }
div.DivClassName
{
background-color: #5DBB6A;
}
.BgClassName
{
background-color: #5DBB6A;
}
</style>
border-color css
<style>
span { border-color: #5DBB6A; }
span { border-color: rgb(93,187,106); }
td.TdClassName
{
border-color: #5DBB6A;
}
.TagClassName
{
border-color: #5DBB6A;
}
</style>