Shades of Fern #5CAF66
Tints of Fern #5CAF66
RGB
CMYK
RGB Variations
Color information
#5CAF66 (or 0x5CAF66) is known color: Fern. HEX triplet: 5C, AF and 66. RGB value is (92,175,102). Sum of RGB (Red+Green+Blue) = 92+175+102=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAF66 is #A35099. Grayscale: #8E8E8E. Windows color (decimal): -10703002 or 6729564. OLE color: 6729564.
HSL color Cylindrical-coordinate representation of color #5CAF66: hue angle of 127.23º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAF66 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 102 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.31 |
| HSL | 127.23º | 0.34% | 0.52% | - |
| HSV(B) | 127.23º | 0.47% | 0.69% | - |
| XYZ | 22.14 | 33.89 | 17.95 | - |
| YUV | 141.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 102 | 0.47 | 0 | 0.42 | 0.31 | 127.23 | 0.34 | 0.52 |
| Hex | 5C | AF | 66 | 2F | 0 | 2A | 1F | 7F | 22 | 34 |
| Octal | 134 | 257 | 146 | 57 | 0 | 52 | 37 | 177 | 42 | 64 |
| Binary | 1011100 | 10101111 | 1100110 | 101111 | 0 | 101010 | 11111 | 1111111 | 100010 | 110100 |
Color Harmonies of #5CAF66
Complementary color
Monochromatic Colors of #5CAF66
Black with #5CAF66
Text Example
Text Example
White with #5CAF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF66; }
p { color: rgb(92,175,102); }
H1.HeaderClassName
{
color: #5CAF66;
}
.AnyTagClassName
{
color: #5CAF66;
}
</style>
background-color css
<style>
a { background-color: #5CAF66; }
a { background-color: rgb(92,175,102); }
div.DivClassName
{
background-color: #5CAF66;
}
.BgClassName
{
background-color: #5CAF66;
}
</style>
border-color css
<style>
span { border-color: #5CAF66; }
span { border-color: rgb(92,175,102); }
td.TdClassName
{
border-color: #5CAF66;
}
.TagClassName
{
border-color: #5CAF66;
}
</style>