Shades of Fern #5CD85C
Tints of Fern #5CD85C
RGB
CMYK
RGB Variations
Color information
#5CD85C (or 0x5CD85C) is known color: Fern. HEX triplet: 5C, D8 and 5C. RGB value is (92,216,92). Sum of RGB (Red+Green+Blue) = 92+216+92=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #5CD85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD85C is #A327A3. Grayscale: #A5A5A5. Windows color (decimal): -10692516 or 6084700. OLE color: 6084700.
HSL color Cylindrical-coordinate representation of color #5CD85C: hue angle of 120º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD85C is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 216 | 92 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.15 |
| HSL | 120º | 0.61% | 0.6% | - |
| HSV(B) | 120º | 0.57% | 0.85% | - |
| XYZ | 30.9 | 52.16 | 18.56 | - |
| YUV | 164.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 216 | 92 | 0.57 | 0 | 0.57 | 0.15 | 120 | 0.61 | 0.6 |
| Hex | 5C | D8 | 5C | 39 | 0 | 39 | F | 78 | 3D | 3C |
| Octal | 134 | 330 | 134 | 71 | 0 | 71 | 17 | 170 | 75 | 74 |
| Binary | 1011100 | 11011000 | 1011100 | 111001 | 0 | 111001 | 1111 | 1111000 | 111101 | 111100 |
Color Harmonies of #5CD85C
Complementary color
Monochromatic Colors of #5CD85C
Black with #5CD85C
Text Example
Text Example
White with #5CD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD85C; }
p { color: rgb(92,216,92); }
H1.HeaderClassName
{
color: #5CD85C;
}
.AnyTagClassName
{
color: #5CD85C;
}
</style>
background-color css
<style>
a { background-color: #5CD85C; }
a { background-color: rgb(92,216,92); }
div.DivClassName
{
background-color: #5CD85C;
}
.BgClassName
{
background-color: #5CD85C;
}
</style>
border-color css
<style>
span { border-color: #5CD85C; }
span { border-color: rgb(92,216,92); }
td.TdClassName
{
border-color: #5CD85C;
}
.TagClassName
{
border-color: #5CD85C;
}
</style>