Shades of Fern #5CBE5E
Tints of Fern #5CBE5E
RGB
CMYK
RGB Variations
Color information
#5CBE5E (or 0x5CBE5E) is known color: Fern. HEX triplet: 5C, BE and 5E. RGB value is (92,190,94). Sum of RGB (Red+Green+Blue) = 92+190+94=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBE5E is #A341A1. Grayscale: #969696. Windows color (decimal): -10699170 or 6209116. OLE color: 6209116.
HSL color Cylindrical-coordinate representation of color #5CBE5E: hue angle of 121.22º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBE5E is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 94 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.25 |
| HSL | 121.22º | 0.43% | 0.55% | - |
| HSV(B) | 121.22º | 0.52% | 0.75% | - |
| XYZ | 24.85 | 39.91 | 16.98 | - |
| YUV | 149.75 | 96.53 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 94 | 0.52 | 0 | 0.51 | 0.25 | 121.22 | 0.43 | 0.55 |
| Hex | 5C | BE | 5E | 34 | 0 | 33 | 19 | 79 | 2B | 37 |
| Octal | 134 | 276 | 136 | 64 | 0 | 63 | 31 | 171 | 53 | 67 |
| Binary | 1011100 | 10111110 | 1011110 | 110100 | 0 | 110011 | 11001 | 1111001 | 101011 | 110111 |
Color Harmonies of #5CBE5E
Complementary color
Monochromatic Colors of #5CBE5E
Black with #5CBE5E
Text Example
Text Example
White with #5CBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBE5E; }
p { color: rgb(92,190,94); }
H1.HeaderClassName
{
color: #5CBE5E;
}
.AnyTagClassName
{
color: #5CBE5E;
}
</style>
background-color css
<style>
a { background-color: #5CBE5E; }
a { background-color: rgb(92,190,94); }
div.DivClassName
{
background-color: #5CBE5E;
}
.BgClassName
{
background-color: #5CBE5E;
}
</style>
border-color css
<style>
span { border-color: #5CBE5E; }
span { border-color: rgb(92,190,94); }
td.TdClassName
{
border-color: #5CBE5E;
}
.TagClassName
{
border-color: #5CBE5E;
}
</style>