Shades of Fern #5CC062
Tints of Fern #5CC062
RGB
CMYK
RGB Variations
Color information
#5CC062 (or 0x5CC062) is known color: Fern. HEX triplet: 5C, C0 and 62. RGB value is (92,192,98). Sum of RGB (Red+Green+Blue) = 92+192+98=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC062 is #A33F9D. Grayscale: #979797. Windows color (decimal): -10698654 or 6471772. OLE color: 6471772.
HSL color Cylindrical-coordinate representation of color #5CC062: hue angle of 123.6º 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 #5CC062 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 98 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.25 |
| HSL | 123.6º | 0.44% | 0.56% | - |
| HSV(B) | 123.6º | 0.52% | 0.75% | - |
| XYZ | 25.47 | 40.86 | 18.1 | - |
| YUV | 151.38 | 97.87 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 98 | 0.52 | 0 | 0.49 | 0.25 | 123.6 | 0.44 | 0.56 |
| Hex | 5C | C0 | 62 | 34 | 0 | 31 | 19 | 7C | 2C | 38 |
| Octal | 134 | 300 | 142 | 64 | 0 | 61 | 31 | 174 | 54 | 70 |
| Binary | 1011100 | 11000000 | 1100010 | 110100 | 0 | 110001 | 11001 | 1111100 | 101100 | 111000 |
Color Harmonies of #5CC062
Complementary color
Monochromatic Colors of #5CC062
Black with #5CC062
Text Example
Text Example
White with #5CC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC062; }
p { color: rgb(92,192,98); }
H1.HeaderClassName
{
color: #5CC062;
}
.AnyTagClassName
{
color: #5CC062;
}
</style>
background-color css
<style>
a { background-color: #5CC062; }
a { background-color: rgb(92,192,98); }
div.DivClassName
{
background-color: #5CC062;
}
.BgClassName
{
background-color: #5CC062;
}
</style>
border-color css
<style>
span { border-color: #5CC062; }
span { border-color: rgb(92,192,98); }
td.TdClassName
{
border-color: #5CC062;
}
.TagClassName
{
border-color: #5CC062;
}
</style>