Shades of Fern #5DC66A
Tints of Fern #5DC66A
RGB
CMYK
RGB Variations
Color information
#5DC66A (or 0x5DC66A) is known color: Fern. HEX triplet: 5D, C6 and 6A. RGB value is (93,198,106). Sum of RGB (Red+Green+Blue) = 93+198+106=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC66A is #A23995. Grayscale: #9C9C9C. Windows color (decimal): -10631574 or 6997597. OLE color: 6997597.
HSL color Cylindrical-coordinate representation of color #5DC66A: hue angle of 127.43º 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 #5DC66A is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 106 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.22 |
| HSL | 127.43º | 0.48% | 0.57% | - |
| HSV(B) | 127.43º | 0.53% | 0.78% | - |
| XYZ | 27.31 | 43.76 | 20.64 | - |
| YUV | 156.12 | 99.71 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 106 | 0.53 | 0 | 0.46 | 0.22 | 127.43 | 0.48 | 0.57 |
| Hex | 5D | C6 | 6A | 35 | 0 | 2E | 16 | 7F | 30 | 39 |
| Octal | 135 | 306 | 152 | 65 | 0 | 56 | 26 | 177 | 60 | 71 |
| Binary | 1011101 | 11000110 | 1101010 | 110101 | 0 | 101110 | 10110 | 1111111 | 110000 | 111001 |
Color Harmonies of #5DC66A
Complementary color
Monochromatic Colors of #5DC66A
Black with #5DC66A
Text Example
Text Example
White with #5DC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC66A; }
p { color: rgb(93,198,106); }
H1.HeaderClassName
{
color: #5DC66A;
}
.AnyTagClassName
{
color: #5DC66A;
}
</style>
background-color css
<style>
a { background-color: #5DC66A; }
a { background-color: rgb(93,198,106); }
div.DivClassName
{
background-color: #5DC66A;
}
.BgClassName
{
background-color: #5DC66A;
}
</style>
border-color css
<style>
span { border-color: #5DC66A; }
span { border-color: rgb(93,198,106); }
td.TdClassName
{
border-color: #5DC66A;
}
.TagClassName
{
border-color: #5DC66A;
}
</style>