Shades of Fern #5CA964
Tints of Fern #5CA964
RGB
CMYK
RGB Variations
Color information
#5CA964 (or 0x5CA964) is known color: Fern. HEX triplet: 5C, A9 and 64. RGB value is (92,169,100). Sum of RGB (Red+Green+Blue) = 92+169+100=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA964 is #A3569B. Grayscale: #8A8A8A. Windows color (decimal): -10704540 or 6596956. OLE color: 6596956.
HSL color Cylindrical-coordinate representation of color #5CA964: hue angle of 126.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CA964 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 169 | 100 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.34 |
| HSL | 126.23º | 0.31% | 0.51% | - |
| HSV(B) | 126.23º | 0.46% | 0.66% | - |
| XYZ | 20.9 | 31.57 | 17.05 | - |
| YUV | 138.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 169 | 100 | 0.46 | 0 | 0.41 | 0.34 | 126.23 | 0.31 | 0.51 |
| Hex | 5C | A9 | 64 | 2E | 0 | 29 | 22 | 7E | 1F | 33 |
| Octal | 134 | 251 | 144 | 56 | 0 | 51 | 42 | 176 | 37 | 63 |
| Binary | 1011100 | 10101001 | 1100100 | 101110 | 0 | 101001 | 100010 | 1111110 | 11111 | 110011 |
Color Harmonies of #5CA964
Complementary color
Monochromatic Colors of #5CA964
Black with #5CA964
Text Example
Text Example
White with #5CA964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA964; }
p { color: rgb(92,169,100); }
H1.HeaderClassName
{
color: #5CA964;
}
.AnyTagClassName
{
color: #5CA964;
}
</style>
background-color css
<style>
a { background-color: #5CA964; }
a { background-color: rgb(92,169,100); }
div.DivClassName
{
background-color: #5CA964;
}
.BgClassName
{
background-color: #5CA964;
}
</style>
border-color css
<style>
span { border-color: #5CA964; }
span { border-color: rgb(92,169,100); }
td.TdClassName
{
border-color: #5CA964;
}
.TagClassName
{
border-color: #5CA964;
}
</style>