Shades of Fern #5DC26C
Tints of Fern #5DC26C
RGB
CMYK
RGB Variations
Color information
#5DC26C (or 0x5DC26C) is known color: Fern. HEX triplet: 5D, C2 and 6C. RGB value is (93,194,108). Sum of RGB (Red+Green+Blue) = 93+194+108=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC26C is #A23D93. Grayscale: #9A9A9A. Windows color (decimal): -10632596 or 7127645. OLE color: 7127645.
HSL color Cylindrical-coordinate representation of color #5DC26C: hue angle of 128.91º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC26C is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 108 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.24 |
| HSL | 128.91º | 0.45% | 0.56% | - |
| HSV(B) | 128.91º | 0.52% | 0.76% | - |
| XYZ | 26.51 | 41.99 | 20.9 | - |
| YUV | 154 | 102.04 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 108 | 0.52 | 0 | 0.44 | 0.24 | 128.91 | 0.45 | 0.56 |
| Hex | 5D | C2 | 6C | 34 | 0 | 2C | 18 | 81 | 2D | 38 |
| Octal | 135 | 302 | 154 | 64 | 0 | 54 | 30 | 201 | 55 | 70 |
| Binary | 1011101 | 11000010 | 1101100 | 110100 | 0 | 101100 | 11000 | 10000001 | 101101 | 111000 |
Color Harmonies of #5DC26C
Complementary color
Monochromatic Colors of #5DC26C
Black with #5DC26C
Text Example
Text Example
White with #5DC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC26C; }
p { color: rgb(93,194,108); }
H1.HeaderClassName
{
color: #5DC26C;
}
.AnyTagClassName
{
color: #5DC26C;
}
</style>
background-color css
<style>
a { background-color: #5DC26C; }
a { background-color: rgb(93,194,108); }
div.DivClassName
{
background-color: #5DC26C;
}
.BgClassName
{
background-color: #5DC26C;
}
</style>
border-color css
<style>
span { border-color: #5DC26C; }
span { border-color: rgb(93,194,108); }
td.TdClassName
{
border-color: #5DC26C;
}
.TagClassName
{
border-color: #5DC26C;
}
</style>