Shades of Fern #5CC061
Tints of Fern #5CC061
RGB
CMYK
RGB Variations
Color information
#5CC061 (or 0x5CC061) is known color: Fern. HEX triplet: 5C, C0 and 61. RGB value is (92,192,97). Sum of RGB (Red+Green+Blue) = 92+192+97=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC061 is #A33F9E. Grayscale: #979797. Windows color (decimal): -10698655 or 6406236. OLE color: 6406236.
HSL color Cylindrical-coordinate representation of color #5CC061: hue angle of 123º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC061 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 97 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.25 |
| HSL | 123º | 0.44% | 0.56% | - |
| HSV(B) | 123º | 0.52% | 0.75% | - |
| XYZ | 25.42 | 40.84 | 17.85 | - |
| YUV | 151.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 97 | 0.52 | 0 | 0.49 | 0.25 | 123 | 0.44 | 0.56 |
| Hex | 5C | C0 | 61 | 34 | 0 | 31 | 19 | 7B | 2C | 38 |
| Octal | 134 | 300 | 141 | 64 | 0 | 61 | 31 | 173 | 54 | 70 |
| Binary | 1011100 | 11000000 | 1100001 | 110100 | 0 | 110001 | 11001 | 1111011 | 101100 | 111000 |
Color Harmonies of #5CC061
Complementary color
Monochromatic Colors of #5CC061
Black with #5CC061
Text Example
Text Example
White with #5CC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC061; }
p { color: rgb(92,192,97); }
H1.HeaderClassName
{
color: #5CC061;
}
.AnyTagClassName
{
color: #5CC061;
}
</style>
background-color css
<style>
a { background-color: #5CC061; }
a { background-color: rgb(92,192,97); }
div.DivClassName
{
background-color: #5CC061;
}
.BgClassName
{
background-color: #5CC061;
}
</style>
border-color css
<style>
span { border-color: #5CC061; }
span { border-color: rgb(92,192,97); }
td.TdClassName
{
border-color: #5CC061;
}
.TagClassName
{
border-color: #5CC061;
}
</style>