Html Css Color HEX #56A65E Fruit Salad

📋 copy color: '#56A65E'

red 86 ◦ green 166 ◦ blue 94

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

Shades of Fruit Salad #56A65E

Tints of Fruit Salad #56A65E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 24.86%
G = 47.98%
B = 27.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#56A65E (or 0x56A65E) is known color: Fruit Salad. HEX triplet: 56, A6 and 5E. RGB value is (86,166,94). Sum of RGB (Red+Green+Blue) = 86+166+94=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #56A65E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A65E is #A959A1. Grayscale: #868686. Windows color (decimal): -11098530 or 6202966. OLE color: 6202966.

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

Color convert

RGB 86 166 94 -
CMYK 0.48 0 0.43 0.35
HSL 126º 0.32% 0.49% -
HSV(B) 126º 0.48% 0.65% -
XYZ 19.49 30.06 15.36 -
YUV 133.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 86 166 94 0.48 0 0.43 0.35 126 0.32 0.49
Hex 56 A6 5E 30 0 2B 23 7E 20 31
Octal 126 246 136 60 0 53 43 176 40 61
Binary 1010110 10100110 1011110 110000 0 101011 100011 1111110 100000 110001

Color Harmonies of #56A65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A65E

Black with #56A65E

Text Example


Text Example

White with #56A65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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