Shades of Fern #5CCD65
Tints of Fern #5CCD65
RGB
CMYK
RGB Variations
Color information
#5CCD65 (or 0x5CCD65) is known color: Fern. HEX triplet: 5C, CD and 65. RGB value is (92,205,101). Sum of RGB (Red+Green+Blue) = 92+205+101=398 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.12% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCD65 is #A3329A. Grayscale: #9F9F9F. Windows color (decimal): -10695323 or 6671708. OLE color: 6671708.
HSL color Cylindrical-coordinate representation of color #5CCD65: hue angle of 124.78º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCD65 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 101 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.20 |
| HSL | 124.78º | 0.53% | 0.58% | - |
| HSV(B) | 124.78º | 0.55% | 0.8% | - |
| XYZ | 28.59 | 46.88 | 19.85 | - |
| YUV | 159.36 | 95.06 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 101 | 0.55 | 0 | 0.51 | 0.20 | 124.78 | 0.53 | 0.58 |
| Hex | 5C | CD | 65 | 37 | 0 | 33 | 14 | 7D | 35 | 3A |
| Octal | 134 | 315 | 145 | 67 | 0 | 63 | 24 | 175 | 65 | 72 |
| Binary | 1011100 | 11001101 | 1100101 | 110111 | 0 | 110011 | 10100 | 1111101 | 110101 | 111010 |
Color Harmonies of #5CCD65
Complementary color
Monochromatic Colors of #5CCD65
Black with #5CCD65
Text Example
Text Example
White with #5CCD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCD65; }
p { color: rgb(92,205,101); }
H1.HeaderClassName
{
color: #5CCD65;
}
.AnyTagClassName
{
color: #5CCD65;
}
</style>
background-color css
<style>
a { background-color: #5CCD65; }
a { background-color: rgb(92,205,101); }
div.DivClassName
{
background-color: #5CCD65;
}
.BgClassName
{
background-color: #5CCD65;
}
</style>
border-color css
<style>
span { border-color: #5CCD65; }
span { border-color: rgb(92,205,101); }
td.TdClassName
{
border-color: #5CCD65;
}
.TagClassName
{
border-color: #5CCD65;
}
</style>