Shades of Fern #5DC066
Tints of Fern #5DC066
RGB
CMYK
RGB Variations
Color information
#5DC066 (or 0x5DC066) is known color: Fern. HEX triplet: 5D, C0 and 66. RGB value is (93,192,102). Sum of RGB (Red+Green+Blue) = 93+192+102=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC066 is #A23F99. Grayscale: #989898. Windows color (decimal): -10633114 or 6733917. OLE color: 6733917.
HSL color Cylindrical-coordinate representation of color #5DC066: hue angle of 125.45º 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 #5DC066 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 102 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.25 |
| HSL | 125.45º | 0.44% | 0.56% | - |
| HSV(B) | 125.45º | 0.52% | 0.75% | - |
| XYZ | 25.76 | 40.99 | 19.12 | - |
| YUV | 152.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 102 | 0.52 | 0 | 0.47 | 0.25 | 125.45 | 0.44 | 0.56 |
| Hex | 5D | C0 | 66 | 34 | 0 | 2F | 19 | 7D | 2C | 38 |
| Octal | 135 | 300 | 146 | 64 | 0 | 57 | 31 | 175 | 54 | 70 |
| Binary | 1011101 | 11000000 | 1100110 | 110100 | 0 | 101111 | 11001 | 1111101 | 101100 | 111000 |
Color Harmonies of #5DC066
Complementary color
Monochromatic Colors of #5DC066
Black with #5DC066
Text Example
Text Example
White with #5DC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC066; }
p { color: rgb(93,192,102); }
H1.HeaderClassName
{
color: #5DC066;
}
.AnyTagClassName
{
color: #5DC066;
}
</style>
background-color css
<style>
a { background-color: #5DC066; }
a { background-color: rgb(93,192,102); }
div.DivClassName
{
background-color: #5DC066;
}
.BgClassName
{
background-color: #5DC066;
}
</style>
border-color css
<style>
span { border-color: #5DC066; }
span { border-color: rgb(93,192,102); }
td.TdClassName
{
border-color: #5DC066;
}
.TagClassName
{
border-color: #5DC066;
}
</style>