Shades of Fern #5DC25C
Tints of Fern #5DC25C
RGB
CMYK
RGB Variations
Color information
#5DC25C (or 0x5DC25C) is known color: Fern. HEX triplet: 5D, C2 and 5C. RGB value is (93,194,92). Sum of RGB (Red+Green+Blue) = 93+194+92=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC25C is #A23DA3. Grayscale: #989898. Windows color (decimal): -10632612 or 6079069. OLE color: 6079069.
HSL color Cylindrical-coordinate representation of color #5DC25C: hue angle of 119.41º 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 #5DC25C is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 92 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.24 |
| HSL | 119.41º | 0.46% | 0.56% | - |
| HSV(B) | 119.41º | 0.53% | 0.76% | - |
| XYZ | 25.74 | 41.68 | 16.81 | - |
| YUV | 152.17 | 94.04 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 92 | 0.52 | 0 | 0.53 | 0.24 | 119.41 | 0.46 | 0.56 |
| Hex | 5D | C2 | 5C | 34 | 0 | 35 | 18 | 77 | 2E | 38 |
| Octal | 135 | 302 | 134 | 64 | 0 | 65 | 30 | 167 | 56 | 70 |
| Binary | 1011101 | 11000010 | 1011100 | 110100 | 0 | 110101 | 11000 | 1110111 | 101110 | 111000 |
Color Harmonies of #5DC25C
Complementary color
Monochromatic Colors of #5DC25C
Black with #5DC25C
Text Example
Text Example
White with #5DC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC25C; }
p { color: rgb(93,194,92); }
H1.HeaderClassName
{
color: #5DC25C;
}
.AnyTagClassName
{
color: #5DC25C;
}
</style>
background-color css
<style>
a { background-color: #5DC25C; }
a { background-color: rgb(93,194,92); }
div.DivClassName
{
background-color: #5DC25C;
}
.BgClassName
{
background-color: #5DC25C;
}
</style>
border-color css
<style>
span { border-color: #5DC25C; }
span { border-color: rgb(93,194,92); }
td.TdClassName
{
border-color: #5DC25C;
}
.TagClassName
{
border-color: #5DC25C;
}
</style>