#55C168

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

Shades of Fern #55C168

Tints of Fern #55C168

Color information

#55C168 (or 0x55C168) is unknown color: approx Fern. HEX triplet: 55, C1 and 68. RGB value is (85,193,104). Sum of RGB (Red+Green+Blue) = 85+193+104=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #55C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C168 is #AA3E97. Grayscale: #969696. Windows color (decimal): -11157144 or 6865237. OLE color: 6865237.

HSL color Cylindrical-coordinate representation of color #55C168: hue angle of 130.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C168 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB85193104-
CMYK0.5600.460.24
HSL130.56º46.55%54.51%-
HSV(B)130.56º55.96%75.69%-
XYZ25.3141.0719.69-
YUV150.56101.7281.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 193 (75.78% from 255) = 50.52%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=22.25%
G=50.52%
B=27.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851931040.5600.460.24130.5646.5554.51
Hex55C1683802E18832f37
Octal12530115070056302035767
Binary101010111000001110100011100001011101100010000011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,193,104); }

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

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

 a { background-color: rgb(85,193,104); }

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

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

 span { border-color: rgb(85,193,104); }

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