#55C860

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

Shades of Fern #55C860

Tints of Fern #55C860

Color information

#55C860 (or 0x55C860) is unknown color: approx Fern. HEX triplet: 55, C8 and 60. RGB value is (85,200,96). Sum of RGB (Red+Green+Blue) = 85+200+96=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #55C860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C860 is #AA379F. Grayscale: #9A9A9A. Windows color (decimal): -11155360 or 6342741. OLE color: 6342741.

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

Color convert

RGB8520096-
CMYK0.5800.520.22
HSL125.74º51.11%55.88%-
HSV(B)125.74º57.5%78.43%-
XYZ26.5144.0818.18-
YUV153.7695.478.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 200 (78.52% from 255) = 52.49%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=22.31%
G=52.49%
B=25.20%

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
Decimal85200960.5800.520.22125.7451.1155.88
Hex55C8603A034167e3338
Octal12531014072064261766370
Binary10101011100100011000001110100110100101101111110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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