#55AB64

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

Shades of Fern #55AB64

Tints of Fern #55AB64

Color information

#55AB64 (or 0x55AB64) is unknown color: approx Fern. HEX triplet: 55, AB and 64. RGB value is (85,171,100). Sum of RGB (Red+Green+Blue) = 85+171+100=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB64 is #AA549B. Grayscale: #898989. Windows color (decimal): -11162780 or 6597461. OLE color: 6597461.

HSL color Cylindrical-coordinate representation of color #55AB64: hue angle of 130.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AB64 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB85171100-
CMYK0.5000.420.33
HSL130.47º33.86%50.2%-
HSV(B)130.47º50.29%67.06%-
XYZ20.6131.9817.14-
YUV137.19107.0190.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 171 (67.19% from 255) = 48.03%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=23.88%
G=48.03%
B=28.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851711000.5000.420.33130.4733.8650.2
Hex55AB643202A21822232
Octal12525314462052412024262
Binary1010101101010111100100110010010101010000110000010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,171,100); }

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

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

 a { background-color: rgb(85,171,100); }

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

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

 span { border-color: rgb(85,171,100); }

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