#55C85F

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

Shades of Fern #55C85F

Tints of Fern #55C85F

Color information

#55C85F (or 0x55C85F) is unknown color: approx Fern. HEX triplet: 55, C8 and 5F. RGB value is (85,200,95). Sum of RGB (Red+Green+Blue) = 85+200+95=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #55C85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C85F is #AA37A0. Grayscale: #999999. Windows color (decimal): -11155361 or 6277205. OLE color: 6277205.

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

Color convert

RGB8520095-
CMYK0.5800.520.22
HSL125.22º51.11%55.88%-
HSV(B)125.22º57.5%78.43%-
XYZ26.4744.0717.94-
YUV153.6594.979.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 200 (78.52% from 255) = 52.63%
BLUE value IS 95 (37.5% from 255) = 25%
R=22.37%
G=52.63%
B=25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85200950.5800.520.22125.2251.1155.88
Hex55C85F3A034167d3338
Octal12531013772064261756370
Binary10101011100100010111111110100110100101101111101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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