Shades of Fern #5CBF63
Tints of Fern #5CBF63
RGB
CMYK
RGB Variations
Color information
#5CBF63 (or 0x5CBF63) is known color: Fern. HEX triplet: 5C, BF and 63. RGB value is (92,191,99). Sum of RGB (Red+Green+Blue) = 92+191+99=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBF63 is #A3409C. Grayscale: #979797. Windows color (decimal): -10698909 or 6537052. OLE color: 6537052.
HSL color Cylindrical-coordinate representation of color #5CBF63: hue angle of 124.24º 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 #5CBF63 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 191 | 99 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.25 |
| HSL | 124.24º | 0.44% | 0.55% | - |
| HSV(B) | 124.24º | 0.52% | 0.75% | - |
| XYZ | 25.3 | 40.44 | 18.28 | - |
| YUV | 150.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 99 | 0.52 | 0 | 0.48 | 0.25 | 124.24 | 0.44 | 0.55 |
| Hex | 5C | BF | 63 | 34 | 0 | 30 | 19 | 7C | 2C | 37 |
| Octal | 134 | 277 | 143 | 64 | 0 | 60 | 31 | 174 | 54 | 67 |
| Binary | 1011100 | 10111111 | 1100011 | 110100 | 0 | 110000 | 11001 | 1111100 | 101100 | 110111 |
Color Harmonies of #5CBF63
Complementary color
Monochromatic Colors of #5CBF63
Black with #5CBF63
Text Example
Text Example
White with #5CBF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBF63; }
p { color: rgb(92,191,99); }
H1.HeaderClassName
{
color: #5CBF63;
}
.AnyTagClassName
{
color: #5CBF63;
}
</style>
background-color css
<style>
a { background-color: #5CBF63; }
a { background-color: rgb(92,191,99); }
div.DivClassName
{
background-color: #5CBF63;
}
.BgClassName
{
background-color: #5CBF63;
}
</style>
border-color css
<style>
span { border-color: #5CBF63; }
span { border-color: rgb(92,191,99); }
td.TdClassName
{
border-color: #5CBF63;
}
.TagClassName
{
border-color: #5CBF63;
}
</style>