Shades of Fern #5DCF5C
Tints of Fern #5DCF5C
RGB
CMYK
RGB Variations
Color information
#5DCF5C (or 0x5DCF5C) is known color: Fern. HEX triplet: 5D, CF and 5C. RGB value is (93,207,92). Sum of RGB (Red+Green+Blue) = 93+207+92=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCF5C is #A230A3. Grayscale: #A0A0A0. Windows color (decimal): -10629284 or 6082397. OLE color: 6082397.
HSL color Cylindrical-coordinate representation of color #5DCF5C: hue angle of 119.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DCF5C is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 92 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.19 |
| HSL | 119.48º | 0.55% | 0.59% | - |
| HSV(B) | 119.48º | 0.56% | 0.81% | - |
| XYZ | 28.76 | 47.73 | 17.82 | - |
| YUV | 159.8 | 89.73 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 92 | 0.55 | 0 | 0.56 | 0.19 | 119.48 | 0.55 | 0.59 |
| Hex | 5D | CF | 5C | 37 | 0 | 38 | 13 | 77 | 37 | 3B |
| Octal | 135 | 317 | 134 | 67 | 0 | 70 | 23 | 167 | 67 | 73 |
| Binary | 1011101 | 11001111 | 1011100 | 110111 | 0 | 111000 | 10011 | 1110111 | 110111 | 111011 |
Color Harmonies of #5DCF5C
Complementary color
Monochromatic Colors of #5DCF5C
Black with #5DCF5C
Text Example
Text Example
White with #5DCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF5C; }
p { color: rgb(93,207,92); }
H1.HeaderClassName
{
color: #5DCF5C;
}
.AnyTagClassName
{
color: #5DCF5C;
}
</style>
background-color css
<style>
a { background-color: #5DCF5C; }
a { background-color: rgb(93,207,92); }
div.DivClassName
{
background-color: #5DCF5C;
}
.BgClassName
{
background-color: #5DCF5C;
}
</style>
border-color css
<style>
span { border-color: #5DCF5C; }
span { border-color: rgb(93,207,92); }
td.TdClassName
{
border-color: #5DCF5C;
}
.TagClassName
{
border-color: #5DCF5C;
}
</style>