Shades of Fern #5CB05E
Tints of Fern #5CB05E
RGB
CMYK
RGB Variations
Color information
#5CB05E (or 0x5CB05E) is known color: Fern. HEX triplet: 5C, B0 and 5E. RGB value is (92,176,94). Sum of RGB (Red+Green+Blue) = 92+176+94=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB05E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB05E is #A34FA1. Grayscale: #8D8D8D. Windows color (decimal): -10702754 or 6205532. OLE color: 6205532.
HSL color Cylindrical-coordinate representation of color #5CB05E: hue angle of 121.43º 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 #5CB05E is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 94 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.31 |
| HSL | 121.43º | 0.35% | 0.53% | - |
| HSV(B) | 121.43º | 0.48% | 0.69% | - |
| XYZ | 21.96 | 34.13 | 16.02 | - |
| YUV | 141.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 94 | 0.48 | 0 | 0.47 | 0.31 | 121.43 | 0.35 | 0.53 |
| Hex | 5C | B0 | 5E | 30 | 0 | 2F | 1F | 79 | 23 | 35 |
| Octal | 134 | 260 | 136 | 60 | 0 | 57 | 37 | 171 | 43 | 65 |
| Binary | 1011100 | 10110000 | 1011110 | 110000 | 0 | 101111 | 11111 | 1111001 | 100011 | 110101 |
Color Harmonies of #5CB05E
Complementary color
Monochromatic Colors of #5CB05E
Black with #5CB05E
Text Example
Text Example
White with #5CB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB05E; }
p { color: rgb(92,176,94); }
H1.HeaderClassName
{
color: #5CB05E;
}
.AnyTagClassName
{
color: #5CB05E;
}
</style>
background-color css
<style>
a { background-color: #5CB05E; }
a { background-color: rgb(92,176,94); }
div.DivClassName
{
background-color: #5CB05E;
}
.BgClassName
{
background-color: #5CB05E;
}
</style>
border-color css
<style>
span { border-color: #5CB05E; }
span { border-color: rgb(92,176,94); }
td.TdClassName
{
border-color: #5CB05E;
}
.TagClassName
{
border-color: #5CB05E;
}
</style>