Shades of Fern #5CBE5D
Tints of Fern #5CBE5D
RGB
CMYK
RGB Variations
Color information
#5CBE5D (or 0x5CBE5D) is known color: Fern. HEX triplet: 5C, BE and 5D. RGB value is (92,190,93). Sum of RGB (Red+Green+Blue) = 92+190+93=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBE5D is #A341A2. Grayscale: #959595. Windows color (decimal): -10699171 or 6143580. OLE color: 6143580.
HSL color Cylindrical-coordinate representation of color #5CBE5D: hue angle of 120.61º 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 #5CBE5D is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 93 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.25 |
| HSL | 120.61º | 0.43% | 0.55% | - |
| HSV(B) | 120.61º | 0.52% | 0.75% | - |
| XYZ | 24.8 | 39.89 | 16.75 | - |
| YUV | 149.64 | 96.03 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 93 | 0.52 | 0 | 0.51 | 0.25 | 120.61 | 0.43 | 0.55 |
| Hex | 5C | BE | 5D | 34 | 0 | 33 | 19 | 79 | 2B | 37 |
| Octal | 134 | 276 | 135 | 64 | 0 | 63 | 31 | 171 | 53 | 67 |
| Binary | 1011100 | 10111110 | 1011101 | 110100 | 0 | 110011 | 11001 | 1111001 | 101011 | 110111 |
Color Harmonies of #5CBE5D
Complementary color
Monochromatic Colors of #5CBE5D
Black with #5CBE5D
Text Example
Text Example
White with #5CBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBE5D; }
p { color: rgb(92,190,93); }
H1.HeaderClassName
{
color: #5CBE5D;
}
.AnyTagClassName
{
color: #5CBE5D;
}
</style>
background-color css
<style>
a { background-color: #5CBE5D; }
a { background-color: rgb(92,190,93); }
div.DivClassName
{
background-color: #5CBE5D;
}
.BgClassName
{
background-color: #5CBE5D;
}
</style>
border-color css
<style>
span { border-color: #5CBE5D; }
span { border-color: rgb(92,190,93); }
td.TdClassName
{
border-color: #5CBE5D;
}
.TagClassName
{
border-color: #5CBE5D;
}
</style>