#55AE65

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

Shades of Fern #55AE65

Tints of Fern #55AE65

Color information

#55AE65 (or 0x55AE65) is unknown color: approx Fern. HEX triplet: 55, AE and 65. RGB value is (85,174,101). Sum of RGB (Red+Green+Blue) = 85+174+101=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE65 is #AA519A. Grayscale: #8B8B8B. Windows color (decimal): -11162011 or 6663765. OLE color: 6663765.

HSL color Cylindrical-coordinate representation of color #55AE65: hue angle of 130.79º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AE65 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB85174101-
CMYK0.5100.420.32
HSL130.79º35.46%50.78%-
HSV(B)130.79º51.15%68.24%-
XYZ21.2333.1417.59-
YUV139.07106.5189.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 174 (68.36% from 255) = 48.33%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=23.61%
G=48.33%
B=28.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851741010.5100.420.32130.7935.4650.78
Hex55AE653302A20832333
Octal12525614563052402034363
Binary1010101101011101100101110011010101010000010000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,174,101); }

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

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

 a { background-color: rgb(85,174,101); }

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

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

 span { border-color: rgb(85,174,101); }

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