Shades of Fern #5CAE6D
Tints of Fern #5CAE6D
RGB
CMYK
RGB Variations
Color information
#5CAE6D (or 0x5CAE6D) is known color: Fern. HEX triplet: 5C, AE and 6D. RGB value is (92,174,109). Sum of RGB (Red+Green+Blue) = 92+174+109=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAE6D is #A35192. Grayscale: #8E8E8E. Windows color (decimal): -10703251 or 7188060. OLE color: 7188060.
HSL color Cylindrical-coordinate representation of color #5CAE6D: hue angle of 132.44º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAE6D is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 174 | 109 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.32 |
| HSL | 132.44º | 0.34% | 0.52% | - |
| HSV(B) | 132.44º | 0.47% | 0.68% | - |
| XYZ | 22.31 | 33.65 | 19.79 | - |
| YUV | 142.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 109 | 0.47 | 0 | 0.37 | 0.32 | 132.44 | 0.34 | 0.52 |
| Hex | 5C | AE | 6D | 2F | 0 | 25 | 20 | 84 | 22 | 34 |
| Octal | 134 | 256 | 155 | 57 | 0 | 45 | 40 | 204 | 42 | 64 |
| Binary | 1011100 | 10101110 | 1101101 | 101111 | 0 | 100101 | 100000 | 10000100 | 100010 | 110100 |
Color Harmonies of #5CAE6D
Complementary color
Monochromatic Colors of #5CAE6D
Black with #5CAE6D
Text Example
Text Example
White with #5CAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAE6D; }
p { color: rgb(92,174,109); }
H1.HeaderClassName
{
color: #5CAE6D;
}
.AnyTagClassName
{
color: #5CAE6D;
}
</style>
background-color css
<style>
a { background-color: #5CAE6D; }
a { background-color: rgb(92,174,109); }
div.DivClassName
{
background-color: #5CAE6D;
}
.BgClassName
{
background-color: #5CAE6D;
}
</style>
border-color css
<style>
span { border-color: #5CAE6D; }
span { border-color: rgb(92,174,109); }
td.TdClassName
{
border-color: #5CAE6D;
}
.TagClassName
{
border-color: #5CAE6D;
}
</style>