#55C856

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

Shades of Fern #55C856

Tints of Fern #55C856

Color information

#55C856 (or 0x55C856) is unknown color: approx Fern. HEX triplet: 55, C8 and 56. RGB value is (85,200,86). Sum of RGB (Red+Green+Blue) = 85+200+86=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #55C856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C856 is #AA37A9. Grayscale: #989898. Windows color (decimal): -11155370 or 5687381. OLE color: 5687381.

HSL color Cylindrical-coordinate representation of color #55C856: hue angle of 120.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C856 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB8520086-
CMYK0.5800.570.22
HSL120.52º51.11%55.88%-
HSV(B)120.52º57.5%78.43%-
XYZ26.0843.9115.91-
YUV152.6290.479.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 200 (78.52% from 255) = 53.91%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=22.91%
G=53.91%
B=23.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85200860.5800.570.22120.5251.1155.88
Hex55C8563A03916793338
Octal12531012672071261716370
Binary10101011100100010101101110100111001101101111001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,200,86); }

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

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

 a { background-color: rgb(85,200,86); }

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

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

 span { border-color: rgb(85,200,86); }

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