Html Css Color HEX #56A655 Fruit Salad

📋 copy color: '#56A655'

red 86 ◦ green 166 ◦ blue 85

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

Shades of Fruit Salad #56A655

Tints of Fruit Salad #56A655

RGB

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

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

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

R = 25.52%
G = 49.26%
B = 25.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#56A655 (or 0x56A655) is known color: Fruit Salad. HEX triplet: 56, A6 and 55. RGB value is (86,166,85). Sum of RGB (Red+Green+Blue) = 86+166+85=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #56A655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A655 is #A959AA. Grayscale: #858585. Windows color (decimal): -11098539 or 5613142. OLE color: 5613142.

HSL color Cylindrical-coordinate representation of color #56A655: hue angle of 119.26º 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 #56A655 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 166 85 -
CMYK 0.48 0 0.49 0.35
HSL 119.26º 0.32% 0.49% -
HSV(B) 119.26º 0.49% 0.65% -
XYZ 19.11 29.91 13.36 -
YUV 132.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 86 166 85 0.48 0 0.49 0.35 119.26 0.32 0.49
Hex 56 A6 55 30 0 31 23 77 20 31
Octal 126 246 125 60 0 61 43 167 40 61
Binary 1010110 10100110 1010101 110000 0 110001 100011 1110111 100000 110001

Color Harmonies of #56A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A655

Black with #56A655

Text Example


Text Example

White with #56A655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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