Shades of Fern #5DC06B
Tints of Fern #5DC06B
RGB
CMYK
RGB Variations
Color information
#5DC06B (or 0x5DC06B) is known color: Fern. HEX triplet: 5D, C0 and 6B. RGB value is (93,192,107). Sum of RGB (Red+Green+Blue) = 93+192+107=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC06B is #A23F94. Grayscale: #989898. Windows color (decimal): -10633109 or 7061597. OLE color: 7061597.
HSL color Cylindrical-coordinate representation of color #5DC06B: hue angle of 128.48º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC06B is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 107 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.25 |
| HSL | 128.48º | 0.44% | 0.56% | - |
| HSV(B) | 128.48º | 0.52% | 0.75% | - |
| XYZ | 26.02 | 41.09 | 20.47 | - |
| YUV | 152.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 107 | 0.52 | 0 | 0.44 | 0.25 | 128.48 | 0.44 | 0.56 |
| Hex | 5D | C0 | 6B | 34 | 0 | 2C | 19 | 80 | 2C | 38 |
| Octal | 135 | 300 | 153 | 64 | 0 | 54 | 31 | 200 | 54 | 70 |
| Binary | 1011101 | 11000000 | 1101011 | 110100 | 0 | 101100 | 11001 | 10000000 | 101100 | 111000 |
Color Harmonies of #5DC06B
Complementary color
Monochromatic Colors of #5DC06B
Black with #5DC06B
Text Example
Text Example
White with #5DC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC06B; }
p { color: rgb(93,192,107); }
H1.HeaderClassName
{
color: #5DC06B;
}
.AnyTagClassName
{
color: #5DC06B;
}
</style>
background-color css
<style>
a { background-color: #5DC06B; }
a { background-color: rgb(93,192,107); }
div.DivClassName
{
background-color: #5DC06B;
}
.BgClassName
{
background-color: #5DC06B;
}
</style>
border-color css
<style>
span { border-color: #5DC06B; }
span { border-color: rgb(93,192,107); }
td.TdClassName
{
border-color: #5DC06B;
}
.TagClassName
{
border-color: #5DC06B;
}
</style>