#55AD62

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

Shades of Fern #55AD62

Tints of Fern #55AD62

Color information

#55AD62 (or 0x55AD62) is unknown color: approx Fern. HEX triplet: 55, AD and 62. RGB value is (85,173,98). Sum of RGB (Red+Green+Blue) = 85+173+98=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD62 is #AA529D. Grayscale: #8A8A8A. Windows color (decimal): -11162270 or 6466901. OLE color: 6466901.

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

Color convert

RGB8517398-
CMYK0.5100.430.32
HSL128.86º34.92%50.59%-
HSV(B)128.86º50.87%67.84%-
XYZ20.8932.716.77-
YUV138.14105.3590.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 173 (67.97% from 255) = 48.60%
BLUE value IS 98 (38.67% from 255) = 27.53%
R=23.88%
G=48.60%
B=27.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85173980.5100.430.32128.8634.9250.59
Hex55AD623302B20812333
Octal12525514263053402014363
Binary1010101101011011100010110011010101110000010000001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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