#55C85A

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

Shades of Fern #55C85A

Tints of Fern #55C85A

Color information

#55C85A (or 0x55C85A) is unknown color: approx Fern. HEX triplet: 55, C8 and 5A. RGB value is (85,200,90). Sum of RGB (Red+Green+Blue) = 85+200+90=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #55C85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C85A is #AA37A5. Grayscale: #999999. Windows color (decimal): -11155366 or 5949525. OLE color: 5949525.

HSL color Cylindrical-coordinate representation of color #55C85A: hue angle of 122.61º 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 #55C85A is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB8520090-
CMYK0.5800.550.22
HSL122.61º51.11%55.88%-
HSV(B)122.61º57.5%78.43%-
XYZ26.2543.9816.78-
YUV153.0792.479.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 200 (78.52% from 255) = 53.33%
BLUE value IS 90 (35.55% from 255) = 24%
R=22.67%
G=53.33%
B=24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85200900.5800.550.22122.6151.1155.88
Hex55C85A3A037167b3338
Octal12531013272067261736370
Binary10101011100100010110101110100110111101101111011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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