Shades of Fern #5CB066
Tints of Fern #5CB066
RGB
CMYK
RGB Variations
Color information
#5CB066 (or 0x5CB066) is known color: Fern. HEX triplet: 5C, B0 and 66. RGB value is (92,176,102). Sum of RGB (Red+Green+Blue) = 92+176+102=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB066 is #A34F99. Grayscale: #8E8E8E. Windows color (decimal): -10702746 or 6729820. OLE color: 6729820.
HSL color Cylindrical-coordinate representation of color #5CB066: hue angle of 127.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB066 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 102 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.31 |
| HSL | 127.14º | 0.35% | 0.53% | - |
| HSV(B) | 127.14º | 0.48% | 0.69% | - |
| XYZ | 22.34 | 34.29 | 18.01 | - |
| YUV | 142.45 | 105.17 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 102 | 0.48 | 0 | 0.42 | 0.31 | 127.14 | 0.35 | 0.53 |
| Hex | 5C | B0 | 66 | 30 | 0 | 2A | 1F | 7F | 23 | 35 |
| Octal | 134 | 260 | 146 | 60 | 0 | 52 | 37 | 177 | 43 | 65 |
| Binary | 1011100 | 10110000 | 1100110 | 110000 | 0 | 101010 | 11111 | 1111111 | 100011 | 110101 |
Color Harmonies of #5CB066
Complementary color
Monochromatic Colors of #5CB066
Black with #5CB066
Text Example
Text Example
White with #5CB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB066; }
p { color: rgb(92,176,102); }
H1.HeaderClassName
{
color: #5CB066;
}
.AnyTagClassName
{
color: #5CB066;
}
</style>
background-color css
<style>
a { background-color: #5CB066; }
a { background-color: rgb(92,176,102); }
div.DivClassName
{
background-color: #5CB066;
}
.BgClassName
{
background-color: #5CB066;
}
</style>
border-color css
<style>
span { border-color: #5CB066; }
span { border-color: rgb(92,176,102); }
td.TdClassName
{
border-color: #5CB066;
}
.TagClassName
{
border-color: #5CB066;
}
</style>