Html Css Color HEX #55A557 Fruit Salad

📋 copy color: '#55A557'

red 85 ◦ green 165 ◦ blue 87

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

Shades of Fruit Salad #55A557

Tints of Fruit Salad #55A557

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.96%

 BLUE value IS 87 (34.38% from 255) = 25.82%

R = 25.22%
G = 48.96%
B = 25.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#55A557 (or 0x55A557) is known color: Fruit Salad. HEX triplet: 55, A5 and 57. RGB value is (85,165,87). Sum of RGB (Red+Green+Blue) = 85+165+87=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #55A557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A557 is #AA5AA8. Grayscale: #848484. Windows color (decimal): -11164329 or 5743957. OLE color: 5743957.

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

Color convert

RGB 85 165 87 -
CMYK 0.48 0 0.47 0.35
HSL 121.5º 0.32% 0.49% -
HSV(B) 121.5º 0.48% 0.65% -
XYZ 18.92 29.53 13.72 -
YUV 132.19 102.5 94.34 -
System Red Green Blue C M Y K H S L
Decimal 85 165 87 0.48 0 0.47 0.35 121.5 0.32 0.49
Hex 55 A5 57 30 0 2F 23 7A 20 31
Octal 125 245 127 60 0 57 43 172 40 61
Binary 1010101 10100101 1010111 110000 0 101111 100011 1111010 100000 110001

Color Harmonies of #55A557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A557

Black with #55A557

Text Example


Text Example

White with #55A557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,165,87); }

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

background-color css

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

 a { background-color: rgb(85,165,87); }

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

border-color css

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

 span { border-color: rgb(85,165,87); }

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