Shades of Fern #5CBF65
Tints of Fern #5CBF65
RGB
CMYK
RGB Variations
Color information
#5CBF65 (or 0x5CBF65) is known color: Fern. HEX triplet: 5C, BF and 65. RGB value is (92,191,101). Sum of RGB (Red+Green+Blue) = 92+191+101=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBF65 is #A3409A. Grayscale: #979797. Windows color (decimal): -10698907 or 6668124. OLE color: 6668124.
HSL color Cylindrical-coordinate representation of color #5CBF65: hue angle of 125.45º 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 #5CBF65 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 191 | 101 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.25 |
| HSL | 125.45º | 0.44% | 0.55% | - |
| HSV(B) | 125.45º | 0.52% | 0.75% | - |
| XYZ | 25.39 | 40.48 | 18.79 | - |
| YUV | 151.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 101 | 0.52 | 0 | 0.47 | 0.25 | 125.45 | 0.44 | 0.55 |
| Hex | 5C | BF | 65 | 34 | 0 | 2F | 19 | 7D | 2C | 37 |
| Octal | 134 | 277 | 145 | 64 | 0 | 57 | 31 | 175 | 54 | 67 |
| Binary | 1011100 | 10111111 | 1100101 | 110100 | 0 | 101111 | 11001 | 1111101 | 101100 | 110111 |
Color Harmonies of #5CBF65
Complementary color
Monochromatic Colors of #5CBF65
Black with #5CBF65
Text Example
Text Example
White with #5CBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBF65; }
p { color: rgb(92,191,101); }
H1.HeaderClassName
{
color: #5CBF65;
}
.AnyTagClassName
{
color: #5CBF65;
}
</style>
background-color css
<style>
a { background-color: #5CBF65; }
a { background-color: rgb(92,191,101); }
div.DivClassName
{
background-color: #5CBF65;
}
.BgClassName
{
background-color: #5CBF65;
}
</style>
border-color css
<style>
span { border-color: #5CBF65; }
span { border-color: rgb(92,191,101); }
td.TdClassName
{
border-color: #5CBF65;
}
.TagClassName
{
border-color: #5CBF65;
}
</style>