Shades of Fern #5CB366
Tints of Fern #5CB366
RGB
CMYK
RGB Variations
Color information
#5CB366 (or 0x5CB366) is known color: Fern. HEX triplet: 5C, B3 and 66. RGB value is (92,179,102). Sum of RGB (Red+Green+Blue) = 92+179+102=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB366 is #A34C99. Grayscale: #909090. Windows color (decimal): -10701978 or 6730588. OLE color: 6730588.
HSL color Cylindrical-coordinate representation of color #5CB366: hue angle of 126.9º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB366 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 179 | 102 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.30 |
| HSL | 126.9º | 0.36% | 0.53% | - |
| HSV(B) | 126.9º | 0.49% | 0.7% | - |
| XYZ | 22.93 | 35.47 | 18.21 | - |
| YUV | 144.21 | 104.18 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 102 | 0.49 | 0 | 0.43 | 0.30 | 126.9 | 0.36 | 0.53 |
| Hex | 5C | B3 | 66 | 31 | 0 | 2B | 1E | 7F | 24 | 35 |
| Octal | 134 | 263 | 146 | 61 | 0 | 53 | 36 | 177 | 44 | 65 |
| Binary | 1011100 | 10110011 | 1100110 | 110001 | 0 | 101011 | 11110 | 1111111 | 100100 | 110101 |
Color Harmonies of #5CB366
Complementary color
Monochromatic Colors of #5CB366
Black with #5CB366
Text Example
Text Example
White with #5CB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB366; }
p { color: rgb(92,179,102); }
H1.HeaderClassName
{
color: #5CB366;
}
.AnyTagClassName
{
color: #5CB366;
}
</style>
background-color css
<style>
a { background-color: #5CB366; }
a { background-color: rgb(92,179,102); }
div.DivClassName
{
background-color: #5CB366;
}
.BgClassName
{
background-color: #5CB366;
}
</style>
border-color css
<style>
span { border-color: #5CB366; }
span { border-color: rgb(92,179,102); }
td.TdClassName
{
border-color: #5CB366;
}
.TagClassName
{
border-color: #5CB366;
}
</style>