Html Css Color HEX #55A655 Fruit Salad

📋 copy color: '#55A655'

red 85 ◦ green 166 ◦ blue 85

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

Shades of Fruit Salad #55A655

Tints of Fruit Salad #55A655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.4%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 25.3%
G = 49.4%
B = 25.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#55A655 (or 0x55A655) is known color: Fruit Salad. HEX triplet: 55, A6 and 55. RGB value is (85,166,85). Sum of RGB (Red+Green+Blue) = 85+166+85=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #55A655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A655 is #AA59AA. Grayscale: #848484. Windows color (decimal): -11164075 or 5613141. OLE color: 5613141.

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

Color convert

RGB 85 166 85 -
CMYK 0.49 0 0.49 0.35
HSL 120º 0.32% 0.49% -
HSV(B) 120º 0.49% 0.65% -
XYZ 19.02 29.86 13.36 -
YUV 132.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 85 166 85 0.49 0 0.49 0.35 120 0.32 0.49
Hex 55 A6 55 31 0 31 23 78 20 31
Octal 125 246 125 61 0 61 43 170 40 61
Binary 1010101 10100110 1010101 110001 0 110001 100011 1111000 100000 110001

Color Harmonies of #55A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A655

Black with #55A655

Text Example


Text Example

White with #55A655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,166,85); }

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

background-color css

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

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

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

border-color css

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

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

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