Shades of Fern #5CB374
Tints of Fern #5CB374
RGB
CMYK
RGB Variations
Color information
#5CB374 (or 0x5CB374) is known color: Fern. HEX triplet: 5C, B3 and 74. RGB value is (92,179,116). Sum of RGB (Red+Green+Blue) = 92+179+116=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB374 is #A34C8B. Grayscale: #919191. Windows color (decimal): -10701964 or 7648092. OLE color: 7648092.
HSL color Cylindrical-coordinate representation of color #5CB374: hue angle of 136.55º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB374 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 179 | 116 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.30 |
| HSL | 136.55º | 0.36% | 0.53% | - |
| HSV(B) | 136.55º | 0.49% | 0.7% | - |
| XYZ | 23.69 | 35.78 | 22.18 | - |
| YUV | 145.81 | 111.18 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 116 | 0.49 | 0 | 0.35 | 0.30 | 136.55 | 0.36 | 0.53 |
| Hex | 5C | B3 | 74 | 31 | 0 | 23 | 1E | 89 | 24 | 35 |
| Octal | 134 | 263 | 164 | 61 | 0 | 43 | 36 | 211 | 44 | 65 |
| Binary | 1011100 | 10110011 | 1110100 | 110001 | 0 | 100011 | 11110 | 10001001 | 100100 | 110101 |
Color Harmonies of #5CB374
Complementary color
Monochromatic Colors of #5CB374
Black with #5CB374
Text Example
Text Example
White with #5CB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB374; }
p { color: rgb(92,179,116); }
H1.HeaderClassName
{
color: #5CB374;
}
.AnyTagClassName
{
color: #5CB374;
}
</style>
background-color css
<style>
a { background-color: #5CB374; }
a { background-color: rgb(92,179,116); }
div.DivClassName
{
background-color: #5CB374;
}
.BgClassName
{
background-color: #5CB374;
}
</style>
border-color css
<style>
span { border-color: #5CB374; }
span { border-color: rgb(92,179,116); }
td.TdClassName
{
border-color: #5CB374;
}
.TagClassName
{
border-color: #5CB374;
}
</style>