Shades of Fern #5CAF6B
Tints of Fern #5CAF6B
RGB
CMYK
RGB Variations
Color information
#5CAF6B (or 0x5CAF6B) is known color: Fern. HEX triplet: 5C, AF and 6B. RGB value is (92,175,107). Sum of RGB (Red+Green+Blue) = 92+175+107=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAF6B is #A35094. Grayscale: #8E8E8E. Windows color (decimal): -10702997 or 7057244. OLE color: 7057244.
HSL color Cylindrical-coordinate representation of color #5CAF6B: hue angle of 130.84º 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 #5CAF6B is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 107 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.31 |
| HSL | 130.84º | 0.34% | 0.52% | - |
| HSV(B) | 130.84º | 0.47% | 0.69% | - |
| XYZ | 22.4 | 34 | 19.29 | - |
| YUV | 142.43 | 108 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 107 | 0.47 | 0 | 0.39 | 0.31 | 130.84 | 0.34 | 0.52 |
| Hex | 5C | AF | 6B | 2F | 0 | 27 | 1F | 83 | 22 | 34 |
| Octal | 134 | 257 | 153 | 57 | 0 | 47 | 37 | 203 | 42 | 64 |
| Binary | 1011100 | 10101111 | 1101011 | 101111 | 0 | 100111 | 11111 | 10000011 | 100010 | 110100 |
Color Harmonies of #5CAF6B
Complementary color
Monochromatic Colors of #5CAF6B
Black with #5CAF6B
Text Example
Text Example
White with #5CAF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF6B; }
p { color: rgb(92,175,107); }
H1.HeaderClassName
{
color: #5CAF6B;
}
.AnyTagClassName
{
color: #5CAF6B;
}
</style>
background-color css
<style>
a { background-color: #5CAF6B; }
a { background-color: rgb(92,175,107); }
div.DivClassName
{
background-color: #5CAF6B;
}
.BgClassName
{
background-color: #5CAF6B;
}
</style>
border-color css
<style>
span { border-color: #5CAF6B; }
span { border-color: rgb(92,175,107); }
td.TdClassName
{
border-color: #5CAF6B;
}
.TagClassName
{
border-color: #5CAF6B;
}
</style>