#55AD68

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

Shades of Fern #55AD68

Tints of Fern #55AD68

Color information

#55AD68 (or 0x55AD68) is unknown color: approx Fern. HEX triplet: 55, AD and 68. RGB value is (85,173,104). Sum of RGB (Red+Green+Blue) = 85+173+104=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD68 is #AA5297. Grayscale: #8B8B8B. Windows color (decimal): -11162264 or 6860117. OLE color: 6860117.

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

Color convert

RGB85173104-
CMYK0.5100.400.32
HSL132.95º34.92%50.59%-
HSV(B)132.95º50.87%67.84%-
XYZ21.1932.8218.31-
YUV138.82108.3589.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 173 (67.97% from 255) = 47.79%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=23.48%
G=47.79%
B=28.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851731040.5100.400.32132.9534.9250.59
Hex55AD683302820852333
Octal12525515063050402054363
Binary1010101101011011101000110011010100010000010000101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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