#55AD60

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

Shades of Fern #55AD60

Tints of Fern #55AD60

Color information

#55AD60 (or 0x55AD60) is unknown color: approx Fern. HEX triplet: 55, AD and 60. RGB value is (85,173,96). Sum of RGB (Red+Green+Blue) = 85+173+96=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD60 is #AA529F. Grayscale: #8A8A8A. Windows color (decimal): -11162272 or 6335829. OLE color: 6335829.

HSL color Cylindrical-coordinate representation of color #55AD60: hue angle of 127.5º 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 #55AD60 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB8517396-
CMYK0.5100.450.32
HSL127.5º34.92%50.59%-
HSV(B)127.5º50.87%67.84%-
XYZ20.832.6616.27-
YUV137.91104.3590.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 173 (67.97% from 255) = 48.87%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=24.01%
G=48.87%
B=27.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85173960.5100.450.32127.534.9250.59
Hex55AD603302D20802333
Octal12525514063055402004363
Binary1010101101011011100000110011010110110000010000000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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