Shades of Fern #55C15D
Tints of Fern #55C15D
RGB
CMYK
RGB Variations
Color information
#55C15D (or 0x55C15D) is known color: Fern. HEX triplet: 55, C1 and 5D. RGB value is (85,193,93). Sum of RGB (Red+Green+Blue) = 85+193+93=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #55C15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C15D is #AA3EA2. Grayscale: #959595. Windows color (decimal): -11157155 or 6144341. OLE color: 6144341.
HSL color Cylindrical-coordinate representation of color #55C15D: hue angle of 124.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C15D is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 93 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.24 |
| HSL | 124.44º | 0.47% | 0.55% | - |
| HSV(B) | 124.44º | 0.56% | 0.76% | - |
| XYZ | 24.79 | 40.86 | 16.94 | - |
| YUV | 149.31 | 96.22 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 93 | 0.56 | 0 | 0.52 | 0.24 | 124.44 | 0.47 | 0.55 |
| Hex | 55 | C1 | 5D | 38 | 0 | 34 | 18 | 7C | 2F | 37 |
| Octal | 125 | 301 | 135 | 70 | 0 | 64 | 30 | 174 | 57 | 67 |
| Binary | 1010101 | 11000001 | 1011101 | 111000 | 0 | 110100 | 11000 | 1111100 | 101111 | 110111 |
Color Harmonies of #55C15D
Complementary color
Monochromatic Colors of #55C15D
Black with #55C15D
Text Example
Text Example
White with #55C15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C15D; }
p { color: rgb(85,193,93); }
H1.HeaderClassName
{
color: #55C15D;
}
.AnyTagClassName
{
color: #55C15D;
}
</style>
background-color css
<style>
a { background-color: #55C15D; }
a { background-color: rgb(85,193,93); }
div.DivClassName
{
background-color: #55C15D;
}
.BgClassName
{
background-color: #55C15D;
}
</style>
border-color css
<style>
span { border-color: #55C15D; }
span { border-color: rgb(85,193,93); }
td.TdClassName
{
border-color: #55C15D;
}
.TagClassName
{
border-color: #55C15D;
}
</style>