Shades of Fern #5DC46B
Tints of Fern #5DC46B
RGB
CMYK
RGB Variations
Color information
#5DC46B (or 0x5DC46B) is known color: Fern. HEX triplet: 5D, C4 and 6B. RGB value is (93,196,107). Sum of RGB (Red+Green+Blue) = 93+196+107=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC46B is #A23B94. Grayscale: #9B9B9B. Windows color (decimal): -10632085 or 7062621. OLE color: 7062621.
HSL color Cylindrical-coordinate representation of color #5DC46B: hue angle of 128.16º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC46B is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 107 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.23 |
| HSL | 128.16º | 0.47% | 0.57% | - |
| HSV(B) | 128.16º | 0.53% | 0.77% | - |
| XYZ | 26.91 | 42.87 | 20.77 | - |
| YUV | 155.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 107 | 0.53 | 0 | 0.45 | 0.23 | 128.16 | 0.47 | 0.57 |
| Hex | 5D | C4 | 6B | 35 | 0 | 2D | 17 | 80 | 2F | 39 |
| Octal | 135 | 304 | 153 | 65 | 0 | 55 | 27 | 200 | 57 | 71 |
| Binary | 1011101 | 11000100 | 1101011 | 110101 | 0 | 101101 | 10111 | 10000000 | 101111 | 111001 |
Color Harmonies of #5DC46B
Complementary color
Monochromatic Colors of #5DC46B
Black with #5DC46B
Text Example
Text Example
White with #5DC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC46B; }
p { color: rgb(93,196,107); }
H1.HeaderClassName
{
color: #5DC46B;
}
.AnyTagClassName
{
color: #5DC46B;
}
</style>
background-color css
<style>
a { background-color: #5DC46B; }
a { background-color: rgb(93,196,107); }
div.DivClassName
{
background-color: #5DC46B;
}
.BgClassName
{
background-color: #5DC46B;
}
</style>
border-color css
<style>
span { border-color: #5DC46B; }
span { border-color: rgb(93,196,107); }
td.TdClassName
{
border-color: #5DC46B;
}
.TagClassName
{
border-color: #5DC46B;
}
</style>