Shades of Fern #5CC25C
Tints of Fern #5CC25C
RGB
CMYK
RGB Variations
Color information
#5CC25C (or 0x5CC25C) is known color: Fern. HEX triplet: 5C, C2 and 5C. RGB value is (92,194,92). Sum of RGB (Red+Green+Blue) = 92+194+92=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC25C is #A33DA3. Grayscale: #989898. Windows color (decimal): -10698148 or 6079068. OLE color: 6079068.
HSL color Cylindrical-coordinate representation of color #5CC25C: hue angle of 120º 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 #5CC25C is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 92 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.24 |
| HSL | 120º | 0.46% | 0.56% | - |
| HSV(B) | 120º | 0.53% | 0.76% | - |
| XYZ | 25.64 | 41.63 | 16.81 | - |
| YUV | 151.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 92 | 0.53 | 0 | 0.53 | 0.24 | 120 | 0.46 | 0.56 |
| Hex | 5C | C2 | 5C | 35 | 0 | 35 | 18 | 78 | 2E | 38 |
| Octal | 134 | 302 | 134 | 65 | 0 | 65 | 30 | 170 | 56 | 70 |
| Binary | 1011100 | 11000010 | 1011100 | 110101 | 0 | 110101 | 11000 | 1111000 | 101110 | 111000 |
Color Harmonies of #5CC25C
Complementary color
Monochromatic Colors of #5CC25C
Black with #5CC25C
Text Example
Text Example
White with #5CC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC25C; }
p { color: rgb(92,194,92); }
H1.HeaderClassName
{
color: #5CC25C;
}
.AnyTagClassName
{
color: #5CC25C;
}
</style>
background-color css
<style>
a { background-color: #5CC25C; }
a { background-color: rgb(92,194,92); }
div.DivClassName
{
background-color: #5CC25C;
}
.BgClassName
{
background-color: #5CC25C;
}
</style>
border-color css
<style>
span { border-color: #5CC25C; }
span { border-color: rgb(92,194,92); }
td.TdClassName
{
border-color: #5CC25C;
}
.TagClassName
{
border-color: #5CC25C;
}
</style>