Shades of Fern #5CBF5C
Tints of Fern #5CBF5C
RGB
CMYK
RGB Variations
Color information
#5CBF5C (or 0x5CBF5C) is known color: Fern. HEX triplet: 5C, BF and 5C. RGB value is (92,191,92). Sum of RGB (Red+Green+Blue) = 92+191+92=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBF5C is #A340A3. Grayscale: #969696. Windows color (decimal): -10698916 or 6078300. OLE color: 6078300.
HSL color Cylindrical-coordinate representation of color #5CBF5C: hue angle of 120º degrees, saturation: 0.44, 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 #5CBF5C is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 191 | 92 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.25 |
| HSL | 120º | 0.44% | 0.55% | - |
| HSV(B) | 120º | 0.52% | 0.75% | - |
| XYZ | 24.98 | 40.31 | 16.59 | - |
| YUV | 150.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 92 | 0.52 | 0 | 0.52 | 0.25 | 120 | 0.44 | 0.55 |
| Hex | 5C | BF | 5C | 34 | 0 | 34 | 19 | 78 | 2C | 37 |
| Octal | 134 | 277 | 134 | 64 | 0 | 64 | 31 | 170 | 54 | 67 |
| Binary | 1011100 | 10111111 | 1011100 | 110100 | 0 | 110100 | 11001 | 1111000 | 101100 | 110111 |
Color Harmonies of #5CBF5C
Complementary color
Monochromatic Colors of #5CBF5C
Black with #5CBF5C
Text Example
Text Example
White with #5CBF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBF5C; }
p { color: rgb(92,191,92); }
H1.HeaderClassName
{
color: #5CBF5C;
}
.AnyTagClassName
{
color: #5CBF5C;
}
</style>
background-color css
<style>
a { background-color: #5CBF5C; }
a { background-color: rgb(92,191,92); }
div.DivClassName
{
background-color: #5CBF5C;
}
.BgClassName
{
background-color: #5CBF5C;
}
</style>
border-color css
<style>
span { border-color: #5CBF5C; }
span { border-color: rgb(92,191,92); }
td.TdClassName
{
border-color: #5CBF5C;
}
.TagClassName
{
border-color: #5CBF5C;
}
</style>