#55AF69

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

Shades of Fern #55AF69

Tints of Fern #55AF69

Color information

#55AF69 (or 0x55AF69) is unknown color: approx Fern. HEX triplet: 55, AF and 69. RGB value is (85,175,105). Sum of RGB (Red+Green+Blue) = 85+175+105=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF69 is #AA5096. Grayscale: #8C8C8C. Windows color (decimal): -11161751 or 6926165. OLE color: 6926165.

HSL color Cylindrical-coordinate representation of color #55AF69: hue angle of 133.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF69 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB85175105-
CMYK0.5100.400.31
HSL133.33º36%50.98%-
HSV(B)133.33º51.43%68.63%-
XYZ21.6333.6118.71-
YUV140.11108.1888.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 175 (68.75% from 255) = 47.95%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=23.29%
G=47.95%
B=28.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851751050.5100.400.31133.333650.98
Hex55AF69330281F852433
Octal12525715163050372054463
Binary101010110101111110100111001101010001111110000101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,175,105); }

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

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

 a { background-color: rgb(85,175,105); }

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

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

 span { border-color: rgb(85,175,105); }

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