Html Css Color HEX #55A464 Fruit Salad

📋 copy color: '#55A464'

red 85 ◦ green 164 ◦ blue 100

#55A464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #55A464

Tints of Fruit Salad #55A464

RGB

 RED value IS 85 (33.59% from 255) = 24.36%

 GREEN value IS 164 (64.45% from 255) = 46.99%

 BLUE value IS 100 (39.45% from 255) = 28.65%

R = 24.36%
G = 46.99%
B = 28.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#55A464 (or 0x55A464) is known color: Fruit Salad. HEX triplet: 55, A4 and 64. RGB value is (85,164,100). Sum of RGB (Red+Green+Blue) = 85+164+100=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #55A464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A464 is #AA5B9B. Grayscale: #858585. Windows color (decimal): -11164572 or 6595669. OLE color: 6595669.

HSL color Cylindrical-coordinate representation of color #55A464: hue angle of 131.39º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A464 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 164 100 -
CMYK 0.48 0 0.39 0.36
HSL 131.39º 0.32% 0.49% -
HSV(B) 131.39º 0.48% 0.64% -
XYZ 19.32 29.4 16.71 -
YUV 133.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 85 164 100 0.48 0 0.39 0.36 131.39 0.32 0.49
Hex 55 A4 64 30 0 27 24 83 20 31
Octal 125 244 144 60 0 47 44 203 40 61
Binary 1010101 10100100 1100100 110000 0 100111 100100 10000011 100000 110001

Color Harmonies of #55A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A464

Black with #55A464

Text Example


Text Example

White with #55A464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55A464;
 }
 .AnyTagClassName
 {
   color: #55A464;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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