Shades of Fern #5CA466
Tints of Fern #5CA466
RGB
CMYK
RGB Variations
Color information
#5CA466 (or 0x5CA466) is known color: Fern. HEX triplet: 5C, A4 and 66. RGB value is (92,164,102). Sum of RGB (Red+Green+Blue) = 92+164+102=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA466 is #A35B99. Grayscale: #878787. Windows color (decimal): -10705818 or 6726748. OLE color: 6726748.
HSL color Cylindrical-coordinate representation of color #5CA466: hue angle of 128.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA466 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 164 | 102 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.36 |
| HSL | 128.33º | 0.28% | 0.5% | - |
| HSV(B) | 128.33º | 0.44% | 0.64% | - |
| XYZ | 20.09 | 29.79 | 17.26 | - |
| YUV | 135.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 102 | 0.44 | 0 | 0.38 | 0.36 | 128.33 | 0.28 | 0.5 |
| Hex | 5C | A4 | 66 | 2C | 0 | 26 | 24 | 80 | 1C | 32 |
| Octal | 134 | 244 | 146 | 54 | 0 | 46 | 44 | 200 | 34 | 62 |
| Binary | 1011100 | 10100100 | 1100110 | 101100 | 0 | 100110 | 100100 | 10000000 | 11100 | 110010 |
Color Harmonies of #5CA466
Complementary color
Monochromatic Colors of #5CA466
Black with #5CA466
Text Example
Text Example
White with #5CA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA466; }
p { color: rgb(92,164,102); }
H1.HeaderClassName
{
color: #5CA466;
}
.AnyTagClassName
{
color: #5CA466;
}
</style>
background-color css
<style>
a { background-color: #5CA466; }
a { background-color: rgb(92,164,102); }
div.DivClassName
{
background-color: #5CA466;
}
.BgClassName
{
background-color: #5CA466;
}
</style>
border-color css
<style>
span { border-color: #5CA466; }
span { border-color: rgb(92,164,102); }
td.TdClassName
{
border-color: #5CA466;
}
.TagClassName
{
border-color: #5CA466;
}
</style>