Shades of Fern #55D65B
Tints of Fern #55D65B
RGB
CMYK
RGB Variations
Color information
#55D65B (or 0x55D65B) is known color: Fern. HEX triplet: 55, D6 and 5B. RGB value is (85,214,91). Sum of RGB (Red+Green+Blue) = 85+214+91=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #55D65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D65B is #AA29A4. Grayscale: #A1A1A1. Windows color (decimal): -11151781 or 6018645. OLE color: 6018645.
HSL color Cylindrical-coordinate representation of color #55D65B: hue angle of 122.79º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D65B is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 91 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.16 |
| HSL | 122.79º | 0.61% | 0.59% | - |
| HSV(B) | 122.79º | 0.6% | 0.84% | - |
| XYZ | 29.68 | 50.78 | 18.13 | - |
| YUV | 161.41 | 88.26 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 91 | 0.60 | 0 | 0.57 | 0.16 | 122.79 | 0.61 | 0.59 |
| Hex | 55 | D6 | 5B | 3C | 0 | 39 | 10 | 7B | 3D | 3B |
| Octal | 125 | 326 | 133 | 74 | 0 | 71 | 20 | 173 | 75 | 73 |
| Binary | 1010101 | 11010110 | 1011011 | 111100 | 0 | 111001 | 10000 | 1111011 | 111101 | 111011 |
Color Harmonies of #55D65B
Complementary color
Monochromatic Colors of #55D65B
Black with #55D65B
Text Example
Text Example
White with #55D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D65B; }
p { color: rgb(85,214,91); }
H1.HeaderClassName
{
color: #55D65B;
}
.AnyTagClassName
{
color: #55D65B;
}
</style>
background-color css
<style>
a { background-color: #55D65B; }
a { background-color: rgb(85,214,91); }
div.DivClassName
{
background-color: #55D65B;
}
.BgClassName
{
background-color: #55D65B;
}
</style>
border-color css
<style>
span { border-color: #55D65B; }
span { border-color: rgb(85,214,91); }
td.TdClassName
{
border-color: #55D65B;
}
.TagClassName
{
border-color: #55D65B;
}
</style>