Shades of Fern #5CAA64
Tints of Fern #5CAA64
RGB
CMYK
RGB Variations
Color information
#5CAA64 (or 0x5CAA64) is known color: Fern. HEX triplet: 5C, AA and 64. RGB value is (92,170,100). Sum of RGB (Red+Green+Blue) = 92+170+100=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA64 is #A3559B. Grayscale: #8A8A8A. Windows color (decimal): -10704284 or 6597212. OLE color: 6597212.
HSL color Cylindrical-coordinate representation of color #5CAA64: hue angle of 126.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA64 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 100 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.33 |
| HSL | 126.15º | 0.31% | 0.51% | - |
| HSV(B) | 126.15º | 0.46% | 0.67% | - |
| XYZ | 21.09 | 31.94 | 17.11 | - |
| YUV | 138.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 100 | 0.46 | 0 | 0.41 | 0.33 | 126.15 | 0.31 | 0.51 |
| Hex | 5C | AA | 64 | 2E | 0 | 29 | 21 | 7E | 1F | 33 |
| Octal | 134 | 252 | 144 | 56 | 0 | 51 | 41 | 176 | 37 | 63 |
| Binary | 1011100 | 10101010 | 1100100 | 101110 | 0 | 101001 | 100001 | 1111110 | 11111 | 110011 |
Color Harmonies of #5CAA64
Complementary color
Monochromatic Colors of #5CAA64
Black with #5CAA64
Text Example
Text Example
White with #5CAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA64; }
p { color: rgb(92,170,100); }
H1.HeaderClassName
{
color: #5CAA64;
}
.AnyTagClassName
{
color: #5CAA64;
}
</style>
background-color css
<style>
a { background-color: #5CAA64; }
a { background-color: rgb(92,170,100); }
div.DivClassName
{
background-color: #5CAA64;
}
.BgClassName
{
background-color: #5CAA64;
}
</style>
border-color css
<style>
span { border-color: #5CAA64; }
span { border-color: rgb(92,170,100); }
td.TdClassName
{
border-color: #5CAA64;
}
.TagClassName
{
border-color: #5CAA64;
}
</style>