Shades of Fern #5CB871
Tints of Fern #5CB871
RGB
CMYK
RGB Variations
Color information
#5CB871 (or 0x5CB871) is known color: Fern. HEX triplet: 5C, B8 and 71. RGB value is (92,184,113). Sum of RGB (Red+Green+Blue) = 92+184+113=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #5CB871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB871 is #A3478E. Grayscale: #949494. Windows color (decimal): -10700687 or 7452764. OLE color: 7452764.
HSL color Cylindrical-coordinate representation of color #5CB871: hue angle of 133.7º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB871 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 184 | 113 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.28 |
| HSL | 133.7º | 0.39% | 0.54% | - |
| HSV(B) | 133.7º | 0.5% | 0.72% | - |
| XYZ | 24.53 | 37.75 | 21.62 | - |
| YUV | 148.4 | 108.02 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 184 | 113 | 0.50 | 0 | 0.39 | 0.28 | 133.7 | 0.39 | 0.54 |
| Hex | 5C | B8 | 71 | 32 | 0 | 27 | 1C | 86 | 27 | 36 |
| Octal | 134 | 270 | 161 | 62 | 0 | 47 | 34 | 206 | 47 | 66 |
| Binary | 1011100 | 10111000 | 1110001 | 110010 | 0 | 100111 | 11100 | 10000110 | 100111 | 110110 |
Color Harmonies of #5CB871
Complementary color
Monochromatic Colors of #5CB871
Black with #5CB871
Text Example
Text Example
White with #5CB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB871; }
p { color: rgb(92,184,113); }
H1.HeaderClassName
{
color: #5CB871;
}
.AnyTagClassName
{
color: #5CB871;
}
</style>
background-color css
<style>
a { background-color: #5CB871; }
a { background-color: rgb(92,184,113); }
div.DivClassName
{
background-color: #5CB871;
}
.BgClassName
{
background-color: #5CB871;
}
</style>
border-color css
<style>
span { border-color: #5CB871; }
span { border-color: rgb(92,184,113); }
td.TdClassName
{
border-color: #5CB871;
}
.TagClassName
{
border-color: #5CB871;
}
</style>