#55B56E

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

Shades of Fern #55B56E

Tints of Fern #55B56E

Color information

#55B56E (or 0x55B56E) is unknown color: approx Fern. HEX triplet: 55, B5 and 6E. RGB value is (85,181,110). Sum of RGB (Red+Green+Blue) = 85+181+110=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #55B56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B56E is #AA4A91. Grayscale: #909090. Windows color (decimal): -11160210 or 7255381. OLE color: 7255381.

HSL color Cylindrical-coordinate representation of color #55B56E: hue angle of 135.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B56E is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB85181110-
CMYK0.5300.390.29
HSL135.62º39.34%52.16%-
HSV(B)135.62º53.04%70.98%-
XYZ23.0836.120.5-
YUV144.2108.785.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 181 (71.09% from 255) = 48.14%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=22.61%
G=48.14%
B=29.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851811100.5300.390.29135.6239.3452.16
Hex55B56E350271D882734
Octal12526515665047352104764
Binary101010110110101110111011010101001111110110001000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,181,110); }

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

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

 a { background-color: rgb(85,181,110); }

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

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

 span { border-color: rgb(85,181,110); }

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