#55B76D

Color #55B76D Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #55B76D

Tints of Fern #55B76D

Color information

#55B76D (or 0x55B76D) is unknown color: approx Fern. HEX triplet: 55, B7 and 6D. RGB value is (85,183,109). Sum of RGB (Red+Green+Blue) = 85+183+109=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #55B76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B76D is #AA4892. Grayscale: #919191. Windows color (decimal): -11159699 or 7190357. OLE color: 7190357.

HSL color Cylindrical-coordinate representation of color #55B76D: hue angle of 134.69º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B76D is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB85183109-
CMYK0.5400.400.28
HSL134.69º40.5%52.55%-
HSV(B)134.69º53.55%71.76%-
XYZ23.4436.920.36-
YUV145.26107.5385.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=22.55%
G=48.54%
B=28.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851831090.5400.400.28134.6940.552.55
Hex55B76D360281C872835
Octal12526715566050342075065
Binary101010110110111110110111011001010001110010000111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B76D; }

 p { color: rgb(85,183,109); }

 H1.HeaderClassName
 {
   color: #55B76D;
 }
 .AnyTagClassName
 {
   color: #55B76D;
 }
</style>
background-color css

<style>
 a { background-color: #55B76D; }

 a { background-color: rgb(85,183,109); }

 div.DivClassName
 {
   background-color: #55B76D;
 }
 .BgClassName
 {
   background-color: #55B76D;
 }
</style>
border-color css

<style>
 span { border-color: #55B76D; }

 span { border-color: rgb(85,183,109); }

 td.TdClassName
 {
   border-color: #55B76D;
 }
 .TagClassName
 {
   border-color: #55B76D;
 }
</style>