Shades of Fern #5CC05B
Tints of Fern #5CC05B
RGB
CMYK
RGB Variations
Color information
#5CC05B (or 0x5CC05B) is known color: Fern. HEX triplet: 5C, C0 and 5B. RGB value is (92,192,91). Sum of RGB (Red+Green+Blue) = 92+192+91=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC05B is #A33FA4. Grayscale: #969696. Windows color (decimal): -10698661 or 6013020. OLE color: 6013020.
HSL color Cylindrical-coordinate representation of color #5CC05B: hue angle of 119.41º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC05B is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 91 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.25 |
| HSL | 119.41º | 0.44% | 0.55% | - |
| HSV(B) | 119.41º | 0.53% | 0.75% | - |
| XYZ | 25.15 | 40.73 | 16.43 | - |
| YUV | 150.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 91 | 0.52 | 0 | 0.53 | 0.25 | 119.41 | 0.44 | 0.55 |
| Hex | 5C | C0 | 5B | 34 | 0 | 35 | 19 | 77 | 2C | 37 |
| Octal | 134 | 300 | 133 | 64 | 0 | 65 | 31 | 167 | 54 | 67 |
| Binary | 1011100 | 11000000 | 1011011 | 110100 | 0 | 110101 | 11001 | 1110111 | 101100 | 110111 |
Color Harmonies of #5CC05B
Complementary color
Monochromatic Colors of #5CC05B
Black with #5CC05B
Text Example
Text Example
White with #5CC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC05B; }
p { color: rgb(92,192,91); }
H1.HeaderClassName
{
color: #5CC05B;
}
.AnyTagClassName
{
color: #5CC05B;
}
</style>
background-color css
<style>
a { background-color: #5CC05B; }
a { background-color: rgb(92,192,91); }
div.DivClassName
{
background-color: #5CC05B;
}
.BgClassName
{
background-color: #5CC05B;
}
</style>
border-color css
<style>
span { border-color: #5CC05B; }
span { border-color: rgb(92,192,91); }
td.TdClassName
{
border-color: #5CC05B;
}
.TagClassName
{
border-color: #5CC05B;
}
</style>