Shades of Fern #55C95C
Tints of Fern #55C95C
RGB
CMYK
RGB Variations
Color information
#55C95C (or 0x55C95C) is known color: Fern. HEX triplet: 55, C9 and 5C. RGB value is (85,201,92). Sum of RGB (Red+Green+Blue) = 85+201+92=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #55C95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C95C is #AA36A3. Grayscale: #9A9A9A. Windows color (decimal): -11155108 or 6080853. OLE color: 6080853.
HSL color Cylindrical-coordinate representation of color #55C95C: hue angle of 123.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C95C is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 92 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.21 |
| HSL | 123.62º | 0.52% | 0.56% | - |
| HSV(B) | 123.62º | 0.58% | 0.79% | - |
| XYZ | 26.56 | 44.48 | 17.31 | - |
| YUV | 153.89 | 93.07 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 92 | 0.58 | 0 | 0.54 | 0.21 | 123.62 | 0.52 | 0.56 |
| Hex | 55 | C9 | 5C | 3A | 0 | 36 | 15 | 7C | 34 | 38 |
| Octal | 125 | 311 | 134 | 72 | 0 | 66 | 25 | 174 | 64 | 70 |
| Binary | 1010101 | 11001001 | 1011100 | 111010 | 0 | 110110 | 10101 | 1111100 | 110100 | 111000 |
Color Harmonies of #55C95C
Complementary color
Monochromatic Colors of #55C95C
Black with #55C95C
Text Example
Text Example
White with #55C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C95C; }
p { color: rgb(85,201,92); }
H1.HeaderClassName
{
color: #55C95C;
}
.AnyTagClassName
{
color: #55C95C;
}
</style>
background-color css
<style>
a { background-color: #55C95C; }
a { background-color: rgb(85,201,92); }
div.DivClassName
{
background-color: #55C95C;
}
.BgClassName
{
background-color: #55C95C;
}
</style>
border-color css
<style>
span { border-color: #55C95C; }
span { border-color: rgb(85,201,92); }
td.TdClassName
{
border-color: #55C95C;
}
.TagClassName
{
border-color: #55C95C;
}
</style>