#55C956

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

Shades of Fern #55C956

Tints of Fern #55C956

Color information

#55C956 (or 0x55C956) is unknown color: approx Fern. HEX triplet: 55, C9 and 56. RGB value is (85,201,86). Sum of RGB (Red+Green+Blue) = 85+201+86=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 201 (78.91% from 255 or 54.03% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 201 - color contains mainly: green. Hex color #55C956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C956 is #AA36A9. Grayscale: #999999. Windows color (decimal): -11155114 or 5687637. OLE color: 5687637.

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

Color convert

RGB8520186-
CMYK0.5800.570.21
HSL120.52º51.79%56.08%-
HSV(B)120.52º57.71%78.82%-
XYZ26.3144.3815.98-
YUV153.2190.0779.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 201 (78.91% from 255) = 54.03%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=22.85%
G=54.03%
B=23.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85201860.5800.570.21120.5251.7956.08
Hex55C9563A03915793438
Octal12531112672071251716470
Binary10101011100100110101101110100111001101011111001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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