Shades of Fern #5CC360
Tints of Fern #5CC360
RGB
CMYK
RGB Variations
Color information
#5CC360 (or 0x5CC360) is known color: Fern. HEX triplet: 5C, C3 and 60. RGB value is (92,195,96). Sum of RGB (Red+Green+Blue) = 92+195+96=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC360 is #A33C9F. Grayscale: #999999. Windows color (decimal): -10697888 or 6341468. OLE color: 6341468.
HSL color Cylindrical-coordinate representation of color #5CC360: hue angle of 122.33º 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 #5CC360 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 195 | 96 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.24 |
| HSL | 122.33º | 0.46% | 0.56% | - |
| HSV(B) | 122.33º | 0.53% | 0.76% | - |
| XYZ | 26.04 | 42.15 | 17.83 | - |
| YUV | 152.92 | 95.88 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 96 | 0.53 | 0 | 0.51 | 0.24 | 122.33 | 0.46 | 0.56 |
| Hex | 5C | C3 | 60 | 35 | 0 | 33 | 18 | 7A | 2E | 38 |
| Octal | 134 | 303 | 140 | 65 | 0 | 63 | 30 | 172 | 56 | 70 |
| Binary | 1011100 | 11000011 | 1100000 | 110101 | 0 | 110011 | 11000 | 1111010 | 101110 | 111000 |
Color Harmonies of #5CC360
Complementary color
Monochromatic Colors of #5CC360
Black with #5CC360
Text Example
Text Example
White with #5CC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC360; }
p { color: rgb(92,195,96); }
H1.HeaderClassName
{
color: #5CC360;
}
.AnyTagClassName
{
color: #5CC360;
}
</style>
background-color css
<style>
a { background-color: #5CC360; }
a { background-color: rgb(92,195,96); }
div.DivClassName
{
background-color: #5CC360;
}
.BgClassName
{
background-color: #5CC360;
}
</style>
border-color css
<style>
span { border-color: #5CC360; }
span { border-color: rgb(92,195,96); }
td.TdClassName
{
border-color: #5CC360;
}
.TagClassName
{
border-color: #5CC360;
}
</style>