Shades of Fern #5CC362
Tints of Fern #5CC362
RGB
CMYK
RGB Variations
Color information
#5CC362 (or 0x5CC362) is known color: Fern. HEX triplet: 5C, C3 and 62. RGB value is (92,195,98). Sum of RGB (Red+Green+Blue) = 92+195+98=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC362 is #A33C9D. Grayscale: #999999. Windows color (decimal): -10697886 or 6472540. OLE color: 6472540.
HSL color Cylindrical-coordinate representation of color #5CC362: hue angle of 123.5º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC362 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 195 | 98 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.24 |
| HSL | 123.5º | 0.46% | 0.56% | - |
| HSV(B) | 123.5º | 0.53% | 0.76% | - |
| XYZ | 26.13 | 42.19 | 18.32 | - |
| YUV | 153.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 98 | 0.53 | 0 | 0.50 | 0.24 | 123.5 | 0.46 | 0.56 |
| Hex | 5C | C3 | 62 | 35 | 0 | 32 | 18 | 7B | 2E | 38 |
| Octal | 134 | 303 | 142 | 65 | 0 | 62 | 30 | 173 | 56 | 70 |
| Binary | 1011100 | 11000011 | 1100010 | 110101 | 0 | 110010 | 11000 | 1111011 | 101110 | 111000 |
Color Harmonies of #5CC362
Complementary color
Monochromatic Colors of #5CC362
Black with #5CC362
Text Example
Text Example
White with #5CC362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC362; }
p { color: rgb(92,195,98); }
H1.HeaderClassName
{
color: #5CC362;
}
.AnyTagClassName
{
color: #5CC362;
}
</style>
background-color css
<style>
a { background-color: #5CC362; }
a { background-color: rgb(92,195,98); }
div.DivClassName
{
background-color: #5CC362;
}
.BgClassName
{
background-color: #5CC362;
}
</style>
border-color css
<style>
span { border-color: #5CC362; }
span { border-color: rgb(92,195,98); }
td.TdClassName
{
border-color: #5CC362;
}
.TagClassName
{
border-color: #5CC362;
}
</style>