Shades of Fern #5CCD66
Tints of Fern #5CCD66
RGB
CMYK
RGB Variations
Color information
#5CCD66 (or 0x5CCD66) is known color: Fern. HEX triplet: 5C, CD and 66. RGB value is (92,205,102). Sum of RGB (Red+Green+Blue) = 92+205+102=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCD66 is #A33299. Grayscale: #9F9F9F. Windows color (decimal): -10695322 or 6737244. OLE color: 6737244.
HSL color Cylindrical-coordinate representation of color #5CCD66: hue angle of 125.31º 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 #5CCD66 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 102 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.20 |
| HSL | 125.31º | 0.53% | 0.58% | - |
| HSV(B) | 125.31º | 0.55% | 0.8% | - |
| XYZ | 28.64 | 46.9 | 20.11 | - |
| YUV | 159.47 | 95.56 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 102 | 0.55 | 0 | 0.50 | 0.20 | 125.31 | 0.53 | 0.58 |
| Hex | 5C | CD | 66 | 37 | 0 | 32 | 14 | 7D | 35 | 3A |
| Octal | 134 | 315 | 146 | 67 | 0 | 62 | 24 | 175 | 65 | 72 |
| Binary | 1011100 | 11001101 | 1100110 | 110111 | 0 | 110010 | 10100 | 1111101 | 110101 | 111010 |
Color Harmonies of #5CCD66
Complementary color
Monochromatic Colors of #5CCD66
Black with #5CCD66
Text Example
Text Example
White with #5CCD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCD66; }
p { color: rgb(92,205,102); }
H1.HeaderClassName
{
color: #5CCD66;
}
.AnyTagClassName
{
color: #5CCD66;
}
</style>
background-color css
<style>
a { background-color: #5CCD66; }
a { background-color: rgb(92,205,102); }
div.DivClassName
{
background-color: #5CCD66;
}
.BgClassName
{
background-color: #5CCD66;
}
</style>
border-color css
<style>
span { border-color: #5CCD66; }
span { border-color: rgb(92,205,102); }
td.TdClassName
{
border-color: #5CCD66;
}
.TagClassName
{
border-color: #5CCD66;
}
</style>