Shades of Fern #5CAE69
Tints of Fern #5CAE69
RGB
CMYK
RGB Variations
Color information
#5CAE69 (or 0x5CAE69) is known color: Fern. HEX triplet: 5C, AE and 69. RGB value is (92,174,105). Sum of RGB (Red+Green+Blue) = 92+174+105=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAE69 is #A35196. Grayscale: #8D8D8D. Windows color (decimal): -10703255 or 6925916. OLE color: 6925916.
HSL color Cylindrical-coordinate representation of color #5CAE69: hue angle of 129.51º 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 #5CAE69 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 174 | 105 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.32 |
| HSL | 129.51º | 0.34% | 0.52% | - |
| HSV(B) | 129.51º | 0.47% | 0.68% | - |
| XYZ | 22.1 | 33.57 | 18.68 | - |
| YUV | 141.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 105 | 0.47 | 0 | 0.40 | 0.32 | 129.51 | 0.34 | 0.52 |
| Hex | 5C | AE | 69 | 2F | 0 | 28 | 20 | 82 | 22 | 34 |
| Octal | 134 | 256 | 151 | 57 | 0 | 50 | 40 | 202 | 42 | 64 |
| Binary | 1011100 | 10101110 | 1101001 | 101111 | 0 | 101000 | 100000 | 10000010 | 100010 | 110100 |
Color Harmonies of #5CAE69
Complementary color
Monochromatic Colors of #5CAE69
Black with #5CAE69
Text Example
Text Example
White with #5CAE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAE69; }
p { color: rgb(92,174,105); }
H1.HeaderClassName
{
color: #5CAE69;
}
.AnyTagClassName
{
color: #5CAE69;
}
</style>
background-color css
<style>
a { background-color: #5CAE69; }
a { background-color: rgb(92,174,105); }
div.DivClassName
{
background-color: #5CAE69;
}
.BgClassName
{
background-color: #5CAE69;
}
</style>
border-color css
<style>
span { border-color: #5CAE69; }
span { border-color: rgb(92,174,105); }
td.TdClassName
{
border-color: #5CAE69;
}
.TagClassName
{
border-color: #5CAE69;
}
</style>