Shades of Fern #5CCD55
Tints of Fern #5CCD55
RGB
CMYK
RGB Variations
Color information
#5CCD55 (or 0x5CCD55) is known color: Fern. HEX triplet: 5C, CD and 55. RGB value is (92,205,85). Sum of RGB (Red+Green+Blue) = 92+205+85=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCD55 is #A332AA. Grayscale: #9D9D9D. Windows color (decimal): -10695339 or 5623132. OLE color: 5623132.
HSL color Cylindrical-coordinate representation of color #5CCD55: hue angle of 116.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CCD55 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 85 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.20 |
| HSL | 116.5º | 0.55% | 0.57% | - |
| HSV(B) | 116.5º | 0.59% | 0.8% | - |
| XYZ | 27.88 | 46.59 | 16.12 | - |
| YUV | 157.53 | 87.06 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 85 | 0.55 | 0 | 0.59 | 0.20 | 116.5 | 0.55 | 0.57 |
| Hex | 5C | CD | 55 | 37 | 0 | 3B | 14 | 74 | 37 | 39 |
| Octal | 134 | 315 | 125 | 67 | 0 | 73 | 24 | 164 | 67 | 71 |
| Binary | 1011100 | 11001101 | 1010101 | 110111 | 0 | 111011 | 10100 | 1110100 | 110111 | 111001 |
Color Harmonies of #5CCD55
Complementary color
Monochromatic Colors of #5CCD55
Black with #5CCD55
Text Example
Text Example
White with #5CCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCD55; }
p { color: rgb(92,205,85); }
H1.HeaderClassName
{
color: #5CCD55;
}
.AnyTagClassName
{
color: #5CCD55;
}
</style>
background-color css
<style>
a { background-color: #5CCD55; }
a { background-color: rgb(92,205,85); }
div.DivClassName
{
background-color: #5CCD55;
}
.BgClassName
{
background-color: #5CCD55;
}
</style>
border-color css
<style>
span { border-color: #5CCD55; }
span { border-color: rgb(92,205,85); }
td.TdClassName
{
border-color: #5CCD55;
}
.TagClassName
{
border-color: #5CCD55;
}
</style>