Shades of Fern #5CC068
Tints of Fern #5CC068
RGB
CMYK
RGB Variations
Color information
#5CC068 (or 0x5CC068) is known color: Fern. HEX triplet: 5C, C0 and 68. RGB value is (92,192,104). Sum of RGB (Red+Green+Blue) = 92+192+104=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC068 is #A33F97. Grayscale: #989898. Windows color (decimal): -10698648 or 6864988. OLE color: 6864988.
HSL color Cylindrical-coordinate representation of color #5CC068: hue angle of 127.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC068 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 104 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.25 |
| HSL | 127.2º | 0.44% | 0.56% | - |
| HSV(B) | 127.2º | 0.52% | 0.75% | - |
| XYZ | 25.76 | 40.97 | 19.65 | - |
| YUV | 152.07 | 100.87 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 104 | 0.52 | 0 | 0.46 | 0.25 | 127.2 | 0.44 | 0.56 |
| Hex | 5C | C0 | 68 | 34 | 0 | 2E | 19 | 7F | 2C | 38 |
| Octal | 134 | 300 | 150 | 64 | 0 | 56 | 31 | 177 | 54 | 70 |
| Binary | 1011100 | 11000000 | 1101000 | 110100 | 0 | 101110 | 11001 | 1111111 | 101100 | 111000 |
Color Harmonies of #5CC068
Complementary color
Monochromatic Colors of #5CC068
Black with #5CC068
Text Example
Text Example
White with #5CC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC068; }
p { color: rgb(92,192,104); }
H1.HeaderClassName
{
color: #5CC068;
}
.AnyTagClassName
{
color: #5CC068;
}
</style>
background-color css
<style>
a { background-color: #5CC068; }
a { background-color: rgb(92,192,104); }
div.DivClassName
{
background-color: #5CC068;
}
.BgClassName
{
background-color: #5CC068;
}
</style>
border-color css
<style>
span { border-color: #5CC068; }
span { border-color: rgb(92,192,104); }
td.TdClassName
{
border-color: #5CC068;
}
.TagClassName
{
border-color: #5CC068;
}
</style>