Shades of Fern #55BE55
Tints of Fern #55BE55
RGB
CMYK
RGB Variations
Color information
#55BE55 (or 0x55BE55) is known color: Fern. HEX triplet: 55, BE and 55. RGB value is (85,190,85). Sum of RGB (Red+Green+Blue) = 85+190+85=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BE55 is #AA41AA. Grayscale: #929292. Windows color (decimal): -11157931 or 5619285. OLE color: 5619285.
HSL color Cylindrical-coordinate representation of color #55BE55: hue angle of 120º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BE55 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 190 | 85 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.25 |
| HSL | 120º | 0.45% | 0.54% | - |
| HSV(B) | 120º | 0.55% | 0.75% | - |
| XYZ | 23.8 | 39.41 | 14.95 | - |
| YUV | 146.64 | 93.21 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 85 | 0.55 | 0 | 0.55 | 0.25 | 120 | 0.45 | 0.54 |
| Hex | 55 | BE | 55 | 37 | 0 | 37 | 19 | 78 | 2D | 36 |
| Octal | 125 | 276 | 125 | 67 | 0 | 67 | 31 | 170 | 55 | 66 |
| Binary | 1010101 | 10111110 | 1010101 | 110111 | 0 | 110111 | 11001 | 1111000 | 101101 | 110110 |
Color Harmonies of #55BE55
Complementary color
Monochromatic Colors of #55BE55
Black with #55BE55
Text Example
Text Example
White with #55BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BE55; }
p { color: rgb(85,190,85); }
H1.HeaderClassName
{
color: #55BE55;
}
.AnyTagClassName
{
color: #55BE55;
}
</style>
background-color css
<style>
a { background-color: #55BE55; }
a { background-color: rgb(85,190,85); }
div.DivClassName
{
background-color: #55BE55;
}
.BgClassName
{
background-color: #55BE55;
}
</style>
border-color css
<style>
span { border-color: #55BE55; }
span { border-color: rgb(85,190,85); }
td.TdClassName
{
border-color: #55BE55;
}
.TagClassName
{
border-color: #55BE55;
}
</style>