Shades of Fern #5CD25C
Tints of Fern #5CD25C
RGB
CMYK
RGB Variations
Color information
#5CD25C (or 0x5CD25C) is known color: Fern. HEX triplet: 5C, D2 and 5C. RGB value is (92,210,92). Sum of RGB (Red+Green+Blue) = 92+210+92=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD25C is #A32DA3. Grayscale: #A1A1A1. Windows color (decimal): -10694052 or 6083164. OLE color: 6083164.
HSL color Cylindrical-coordinate representation of color #5CD25C: hue angle of 120º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD25C is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 92 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.18 |
| HSL | 120º | 0.57% | 0.59% | - |
| HSV(B) | 120º | 0.56% | 0.82% | - |
| XYZ | 29.39 | 49.14 | 18.06 | - |
| YUV | 161.27 | 88.91 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 92 | 0.56 | 0 | 0.56 | 0.18 | 120 | 0.57 | 0.59 |
| Hex | 5C | D2 | 5C | 38 | 0 | 38 | 12 | 78 | 39 | 3B |
| Octal | 134 | 322 | 134 | 70 | 0 | 70 | 22 | 170 | 71 | 73 |
| Binary | 1011100 | 11010010 | 1011100 | 111000 | 0 | 111000 | 10010 | 1111000 | 111001 | 111011 |
Color Harmonies of #5CD25C
Complementary color
Monochromatic Colors of #5CD25C
Black with #5CD25C
Text Example
Text Example
White with #5CD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD25C; }
p { color: rgb(92,210,92); }
H1.HeaderClassName
{
color: #5CD25C;
}
.AnyTagClassName
{
color: #5CD25C;
}
</style>
background-color css
<style>
a { background-color: #5CD25C; }
a { background-color: rgb(92,210,92); }
div.DivClassName
{
background-color: #5CD25C;
}
.BgClassName
{
background-color: #5CD25C;
}
</style>
border-color css
<style>
span { border-color: #5CD25C; }
span { border-color: rgb(92,210,92); }
td.TdClassName
{
border-color: #5CD25C;
}
.TagClassName
{
border-color: #5CD25C;
}
</style>