Html Css Color HEX #56AA5D Fruit Salad

📋 copy color: '#56AA5D'

red 86 ◦ green 170 ◦ blue 93

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

Shades of Fruit Salad #56AA5D

Tints of Fruit Salad #56AA5D

RGB

 RED value IS 86 (33.98% from 255) = 24.64%

 GREEN value IS 170 (66.8% from 255) = 48.71%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 24.64%
G = 48.71%
B = 26.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#56AA5D (or 0x56AA5D) is known color: Fruit Salad. HEX triplet: 56, AA and 5D. RGB value is (86,170,93). Sum of RGB (Red+Green+Blue) = 86+170+93=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA5D is #A955A2. Grayscale: #888888. Windows color (decimal): -11097507 or 6138454. OLE color: 6138454.

HSL color Cylindrical-coordinate representation of color #56AA5D: hue angle of 125º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56AA5D is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 170 93 -
CMYK 0.49 0 0.45 0.33
HSL 125º 0.33% 0.5% -
HSV(B) 125º 0.49% 0.67% -
XYZ 20.19 31.52 15.38 -
YUV 136.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 86 170 93 0.49 0 0.45 0.33 125 0.33 0.5
Hex 56 AA 5D 31 0 2D 21 7D 21 32
Octal 126 252 135 61 0 55 41 175 41 62
Binary 1010110 10101010 1011101 110001 0 101101 100001 1111101 100001 110010

Color Harmonies of #56AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AA5D

Black with #56AA5D

Text Example


Text Example

White with #56AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56AA5D; }

 p { color: rgb(86,170,93); }

 H1.HeaderClassName
 {
   color: #56AA5D;
 }
 .AnyTagClassName
 {
   color: #56AA5D;
 }
</style>

background-color css

<style>
 a { background-color: #56AA5D; }

 a { background-color: rgb(86,170,93); }

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

border-color css

<style>
 span { border-color: #56AA5D; }

 span { border-color: rgb(86,170,93); }

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