Shades of Fern #5DC66C
Tints of Fern #5DC66C
RGB
CMYK
RGB Variations
Color information
#5DC66C (or 0x5DC66C) is known color: Fern. HEX triplet: 5D, C6 and 6C. RGB value is (93,198,108). Sum of RGB (Red+Green+Blue) = 93+198+108=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC66C is #A23993. Grayscale: #9C9C9C. Windows color (decimal): -10631572 or 7128669. OLE color: 7128669.
HSL color Cylindrical-coordinate representation of color #5DC66C: hue angle of 128.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC66C is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 108 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.22 |
| HSL | 128.57º | 0.48% | 0.57% | - |
| HSV(B) | 128.57º | 0.53% | 0.78% | - |
| XYZ | 27.42 | 43.8 | 21.2 | - |
| YUV | 156.35 | 100.71 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 108 | 0.53 | 0 | 0.45 | 0.22 | 128.57 | 0.48 | 0.57 |
| Hex | 5D | C6 | 6C | 35 | 0 | 2D | 16 | 81 | 30 | 39 |
| Octal | 135 | 306 | 154 | 65 | 0 | 55 | 26 | 201 | 60 | 71 |
| Binary | 1011101 | 11000110 | 1101100 | 110101 | 0 | 101101 | 10110 | 10000001 | 110000 | 111001 |
Color Harmonies of #5DC66C
Complementary color
Monochromatic Colors of #5DC66C
Black with #5DC66C
Text Example
Text Example
White with #5DC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC66C; }
p { color: rgb(93,198,108); }
H1.HeaderClassName
{
color: #5DC66C;
}
.AnyTagClassName
{
color: #5DC66C;
}
</style>
background-color css
<style>
a { background-color: #5DC66C; }
a { background-color: rgb(93,198,108); }
div.DivClassName
{
background-color: #5DC66C;
}
.BgClassName
{
background-color: #5DC66C;
}
</style>
border-color css
<style>
span { border-color: #5DC66C; }
span { border-color: rgb(93,198,108); }
td.TdClassName
{
border-color: #5DC66C;
}
.TagClassName
{
border-color: #5DC66C;
}
</style>