Shades of Fern #5CAF70
Tints of Fern #5CAF70
RGB
CMYK
RGB Variations
Color information
#5CAF70 (or 0x5CAF70) is known color: Fern. HEX triplet: 5C, AF and 70. RGB value is (92,175,112). Sum of RGB (Red+Green+Blue) = 92+175+112=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAF70 is #A3508F. Grayscale: #8F8F8F. Windows color (decimal): -10702992 or 7384924. OLE color: 7384924.
HSL color Cylindrical-coordinate representation of color #5CAF70: hue angle of 134.46º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAF70 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 112 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.31 |
| HSL | 134.46º | 0.34% | 0.52% | - |
| HSV(B) | 134.46º | 0.47% | 0.69% | - |
| XYZ | 22.67 | 34.11 | 20.72 | - |
| YUV | 143 | 110.5 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 112 | 0.47 | 0 | 0.36 | 0.31 | 134.46 | 0.34 | 0.52 |
| Hex | 5C | AF | 70 | 2F | 0 | 24 | 1F | 86 | 22 | 34 |
| Octal | 134 | 257 | 160 | 57 | 0 | 44 | 37 | 206 | 42 | 64 |
| Binary | 1011100 | 10101111 | 1110000 | 101111 | 0 | 100100 | 11111 | 10000110 | 100010 | 110100 |
Color Harmonies of #5CAF70
Complementary color
Monochromatic Colors of #5CAF70
Black with #5CAF70
Text Example
Text Example
White with #5CAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF70; }
p { color: rgb(92,175,112); }
H1.HeaderClassName
{
color: #5CAF70;
}
.AnyTagClassName
{
color: #5CAF70;
}
</style>
background-color css
<style>
a { background-color: #5CAF70; }
a { background-color: rgb(92,175,112); }
div.DivClassName
{
background-color: #5CAF70;
}
.BgClassName
{
background-color: #5CAF70;
}
</style>
border-color css
<style>
span { border-color: #5CAF70; }
span { border-color: rgb(92,175,112); }
td.TdClassName
{
border-color: #5CAF70;
}
.TagClassName
{
border-color: #5CAF70;
}
</style>