Shades of Fern #55C05C
Tints of Fern #55C05C
RGB
CMYK
RGB Variations
Color information
#55C05C (or 0x55C05C) is known color: Fern. HEX triplet: 55, C0 and 5C. RGB value is (85,192,92). Sum of RGB (Red+Green+Blue) = 85+192+92=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #55C05C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C05C is #AA3FA3. Grayscale: #949494. Windows color (decimal): -11157412 or 6078549. OLE color: 6078549.
HSL color Cylindrical-coordinate representation of color #55C05C: hue angle of 123.93º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C05C is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 92 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.25 |
| HSL | 123.93º | 0.46% | 0.54% | - |
| HSV(B) | 123.93º | 0.56% | 0.75% | - |
| XYZ | 24.53 | 40.4 | 16.63 | - |
| YUV | 148.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 92 | 0.56 | 0 | 0.52 | 0.25 | 123.93 | 0.46 | 0.54 |
| Hex | 55 | C0 | 5C | 38 | 0 | 34 | 19 | 7C | 2E | 36 |
| Octal | 125 | 300 | 134 | 70 | 0 | 64 | 31 | 174 | 56 | 66 |
| Binary | 1010101 | 11000000 | 1011100 | 111000 | 0 | 110100 | 11001 | 1111100 | 101110 | 110110 |
Color Harmonies of #55C05C
Complementary color
Monochromatic Colors of #55C05C
Black with #55C05C
Text Example
Text Example
White with #55C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C05C; }
p { color: rgb(85,192,92); }
H1.HeaderClassName
{
color: #55C05C;
}
.AnyTagClassName
{
color: #55C05C;
}
</style>
background-color css
<style>
a { background-color: #55C05C; }
a { background-color: rgb(85,192,92); }
div.DivClassName
{
background-color: #55C05C;
}
.BgClassName
{
background-color: #55C05C;
}
</style>
border-color css
<style>
span { border-color: #55C05C; }
span { border-color: rgb(85,192,92); }
td.TdClassName
{
border-color: #55C05C;
}
.TagClassName
{
border-color: #55C05C;
}
</style>